Uploaded image for project: 'MyFaces Core'
  1. MyFaces Core
  2. MYFACES-2522

f:event wrong attribute name

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • None
    • 2.0.0-beta-2
    • JSR-314
    • None

    Description

      As it seems f:event uses a wrong (probably old) attribute name:
      <f:event name="postAddToView"
      listener="#

      {javatestbean.validate}"/> works
      but in reality according to the spec section 3.4.3.4 it should be

      <f:event type="postAddToView"
      listener="#{javatestbean.validate}

      "/>

      and that one causes a classNotFound error

      Attachments

        Activity

          People

            lu4242 Leonardo Uribe
            werpu Werner Punz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: