[ http://issues.apache.org/jira/browse/MYFACES-954?page=all ] Mike Kienenberger reopened MYFACES-954: ---------------------------------------
On 1/2/06, Dennis Byrne <[EMAIL PROTECTED]> wrote: > Can you reopen this and mark it as 'in progress' ? I have the same problem > as Dave does ;) All I know at this point is that the events for dataList > children stopped firing somewhere between the 1.1.1 release and at least as > early as december 10 . I'll try to get a patch in there in week or two. > <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
