You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Thomas Andraschko (JIRA)" <de...@myfaces.apache.org> on 2015/09/30 15:51:05 UTC

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

    [ 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)