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

f:ajax attributes execute and render should take space delimited clientIds

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Duplicate
    • 2.0.0-alpha
    • 2.0.0-alpha
    • JSR-314
    • None

    Description

      Testing the mojarra 2.0.1 sample "custom-tag", I got the following Exception:

      javax.faces.FacesException: Component with id:out count eventcount not found

      The problem is, that the example uses f:ajax to render 3 components in the following way:

      <f:ajax event="keyup" render="out count eventcount" listener="#

      {data.update}

      "/>

      MyFaces does not check, if the value of render is a space delimited list of clientIds and so it wants to find the component with clientId: "out count eventcount", which, of course, does not exist.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jakobkorherr Jakob Korherr
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: