You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mike Kienenberger (JIRA)" <de...@myfaces.apache.org> on 2006/01/04 17:23:02 UTC

[jira] Closed: (MYFACES-954) does not work inside

     [ http://issues.apache.org/jira/browse/MYFACES-954?page=all ]
     
Mike Kienenberger closed MYFACES-954:
-------------------------------------

    Resolution: Duplicate

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