[ 
https://issues.apache.org/jira/browse/MYFACES-3670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936852#comment-14936852
 ] 

Thomas Andraschko commented on MYFACES-3670:
--------------------------------------------

Could you please a complete example + more detailed description?

> Immediate evaluation must be read-only
> --------------------------------------
>
>                 Key: MYFACES-3670
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3670
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.1.10
>         Environment: gae,el sun implementation 2.4
>            Reporter: ulises petrunior
>
> <ui:repeat varStatus="idx" var="variable" value="#{bean.arraylist}">
>       <h:form>
>               <h:inputHidden value="${idx.index}" />
>               <h:inputHidden value="${variable.key}" />
>               <p:commandButton action="#{bean.check}" update="@form" />
>       </h:form>
> </ui:repeat>
> when submit, properties are modified



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to