[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416040 ]
Bruno Aranda commented on MYFACES-1171: --------------------------------------- This behaviour is also observed when using the JSF-RI + tomahawk for the SVN code. The call to the clear function is rendered, but not the clear function itself, thus provoking a javascript error and the command (t:commandLink) not being executed in implementations other than myfaces. > Dont render clear_<formName> if not in MyFacesForm > -------------------------------------------------- > > Key: MYFACES-1171 > URL: http://issues.apache.org/jira/browse/MYFACES-1171 > Project: MyFaces Core > Type: Bug > Versions: 1.1.3 > Reporter: Martin Koci > Priority: Minor > Fix For: 1.1.3 > > HtmlCommandButtonRenderer alway renders onclick="clear_<formName>". But this > will work only if myfaces form renderer was used. > With custom form renderer (and with ADF faces renderer kit too) function > 'clear_<formName>" does not exist in output html. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
