<commandButton> or <commandLink> inside a <dataList> does not work. Its action listener and action binding method were not called.
 
any one has experienced the same issue? Thanks.
 
    <t:dataList        
        styleClass="standardList"
        var="x"
        value="#{bean.list}"
        layout="simple"
        rowCountVar="rowCount"
        rowIndexVar="rowIndex">
        <h:commandButton value="#{x.name}"
           actionListener="#{bean.listener}"
           action=""/>
           
    </t:dataList>


Yahoo! Personals
Single? There's someone we'd like you to meet.
Lots of someones, actually. Yahoo! Personals

Reply via email to