ICEfaces
  1. ICEfaces
  2. ICE-9604

fileEntryListener/rowSelectListener validation fails

    Details

      Description

      fileEntryLister takes fileEntryEvent as argument.
      The validation rule defined for that attribute was as
      <entity id="fileEntryListener">
      <trait id="attribute-value-runtime-type">
      <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.MethodBindingType
      </value>
      </trait>
      <trait id="runtime-return-type">
      <value xsi:type="mdt:StringValue">void</value>
      </trait>
      </entity>

      In the rule, no param type defined. which means in current eclipse the method takes no argument, which apparently is wrong. But in previous release no bean class level validation is enabled so that this issue was not exposed.

      This need to be fixed by adding following definition:
      <trait id="runtime-param-types">
      <value xsi:type="mdt:StringValue">org.icefaces.ace.component.fileentry.FileEntryEvent</value>
      </trait>

        Activity

        Liming Wu created issue -
        Liming Wu made changes -
        Field Original Value New Value
        Assignee Liming Wu [ liming.wu ]
        Hide
        Liming Wu added a comment -

        Checked in. rev: 35561

        Show
        Liming Wu added a comment - Checked in. rev: 35561
        Hide
        Liming Wu added a comment -

        checked in myeclipse trunk rev 35562

        Show
        Liming Wu added a comment - checked in myeclipse trunk rev 35562
        Liming Wu made changes -
        Status Open [ 1 ] Resolved [ 5 ]
        Fix Version/s 3.4 [ 10770 ]
        Fix Version/s EE-3.4.0.GA [ 11171 ]
        Fix Version/s EE-1.8.2.GA_P08 [ 11178 ]
        Resolution Fixed [ 1 ]
        Liming Wu made changes -
        Summary fileEntryListener of fileEntry validation fails fileEntryListener/rowSelectListener validation fails
        Ken Fyten made changes -
        Fix Version/s EE-3.3.0.GA_P02 [ 11371 ]
        Fix Version/s EE-4.0.0.GA [ 11171 ]
        Ken Fyten made changes -
        Fix Version/s 4.0 [ 11382 ]
        Ken Fyten made changes -
        Status Resolved [ 5 ] Closed [ 6 ]

          People

          • Assignee:
            Liming Wu
            Reporter:
            Liming Wu
          • Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: