[ http://issues.apache.org/jira/browse/MYFACES-1171?page=comments#action_12416057 ]
Mario Ivankovits commented on MYFACES-1171: ------------------------------------------- well, we can change our form handling to be RI compatible by using their namings and logic how to do it (I dont know anything about it as I do not use RI), but even then, tomahawk might work with myfaces and RI only, no one gurantees that it might work with other implementations (if there is one) I wouldnt repeate myself, but whats missing is a spec about the internals of the default renderer classes and a way how to decorate a renderer. So that we can change things without having to reimplement the whole stuff and being tied to a implementation then. > 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
