[ 
https://issues.apache.org/jira/browse/TOMAHAWK-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12710803#action_12710803
 ] 

Dave commented on TOMAHAWK-1422:
--------------------------------

I use jsf ri and tomahawk.  the problem is described in the begining. Mojarra 
forks fixed the same issue with form inside dataTable, but they do not know 
about dataList that belongs to tomahawk. Any idea about how to fix it? Thanks.

> <h:form> does not work inside <t:dataList>
> ------------------------------------------
>
>                 Key: TOMAHAWK-1422
>                 URL: https://issues.apache.org/jira/browse/TOMAHAWK-1422
>             Project: MyFaces Tomahawk
>          Issue Type: Bug
>          Components: Data List
>    Affects Versions: 1.1.8
>         Environment: Jsf Ri 1.2.12 and Tomahark12 1.1.8, JBoss 5.0.1GA, 
> window XP, IE7.
>            Reporter: Dave
>
> <h:form> does not work inside <t:dataList>
> <h:dataList value="#{bean.beanList}" var="bean">
>   <h:form>
>       ....
>   </h:form>
> </h:dataList>
> For more than one form in the data list, the UIForm's submitted value is 
> overriden by the last one. For example, if I click a button in the first 
> form, 
> in processDecode(...), the submitted value is set to true by the first form, 
> then is set to false by the 2nd form. As a result, there will be no Model 
> update to the UIForm component.
> https://javaserverfaces.dev.java.net/issues/show_bug.cgi?id=1120
> I am using Jsf Ri 1.2.12 and Tomahark1.2.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to