f:ajax attributes execute and render should take space delimited clientIds
--------------------------------------------------------------------------
Key: MYFACES-2397
URL: https://issues.apache.org/jira/browse/MYFACES-2397
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-alpha
Reporter: Jakob Korherr
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.