[ http://issues.apache.org/jira/browse/MYFACES-954?page=comments#action_12361644 ]
Mike Kienenberger commented on MYFACES-954: ------------------------------------------- Dennis, I also flagged MYFACES-853 as a potential duplicate of this issue yesterday, but I didn't have time to investigate it in detail. Shall I go ahead and mark this issue as a duplicate of MYFACES-853? > <commandButton> does not work inside <dataList> > ----------------------------------------------- > > Key: MYFACES-954 > URL: http://issues.apache.org/jira/browse/MYFACES-954 > Project: MyFaces > Type: Bug > Components: Tomahawk > Versions: Nightly > Environment: Windows XP, JBoss 4.0.3 SP1 > Reporter: Dave > > <commandButton> or <commandLink> inside a <dataList> does not work. Its > action listener and action binding method were not called. > > <t:dataList > styleClass="standardList" > var="x" > value="#{bean.list}" > layout="simple" > rowCountVar="rowCount" > rowIndexVar="rowIndex"> > <h:commandButton value="#{x.name}" > actionListener="#{bean.listener}" > action="#{bean.go}"/> > > </t:dataList> -- 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
