Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
2.0.0-alpha
-
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
- is part of
-
MYFACES-2323 Implement <f:ajax> tag handler
- Closed