[ http://issues.apache.org/jira/browse/TOMAHAWK-585?page=comments#action_12426339 ] Daniel Ray commented on TOMAHAWK-585: -------------------------------------
Problem is fixed. Setter / Getter was mapped to a StringBuffer instead of String via code generator. > commandButton action not fired when inputHtml tag is used on same page > ---------------------------------------------------------------------- > > Key: TOMAHAWK-585 > URL: http://issues.apache.org/jira/browse/TOMAHAWK-585 > Project: MyFaces Tomahawk > Issue Type: Bug > Components: Html Editor > Affects Versions: 1.1.3 > Environment: Windows XP, JBoss 4.0.4 > Reporter: Daniel Ray > > I have a selectManyListBox with a few items that need to be placed within the > text of an inputhtml componet. I added a commandButton to the page to > facilitate this and noticed that the commandButton action is never called. Is > there a workaround via javascript? > <t:selectManyListbox id="templateOptions" size="5" > value="#{TC.templateOptions}"> > <f:selectItems value="#{TC.templateOptionsSelectItemList.list}" /> > </t:selectManyListbox> -- 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
