<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

Reply via email to