You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "ulises petrunior (JIRA)" <de...@myfaces.apache.org> on 2012/12/31 11:32:13 UTC

[jira] [Created] (MYFACES-3670) Immediate evaluation must be read-only

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