Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
As it seems f:event uses a wrong (probably old) attribute name:
<f:event name="postAddToView"
listener="#
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