Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
no spaces in html-output of f:ajax with render and execute attributes with more than one target
jsf.ajax.request('form:last',event,
{render:'form:nameform:firstname','javax.faces.behavior.event':'valueChange'})
instead of
jsf.ajax.request('form:last',event,
)