ulises petrunior created MYFACES-3670:
-----------------------------------------

             Summary: 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to