[richfaces-planning-issues] [JBoss JIRA] Commented: (RFPL-1187) Metamer in MyFaces - page can't keep state after rerendered because of multiple forms on page

Lukas Fryc (JIRA) jira-events at lists.jboss.org
Wed Feb 23 08:31:13 EST 2011


    [ https://issues.jboss.org/browse/RFPL-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12584091#comment-12584091 ] 

Lukas Fryc commented on RFPL-1187:
----------------------------------

Issue is reproducible on following minified sample:

<h:form id="form1">
			<h:commandButton value="Render from header form">
				<f:ajax event="click" render="@all" />
			</h:commandButton>
		</h:form>
		
		<h:form id="form2">
			<h:inputText id="text" value="#{bean.string}">
                <f:ajax event="change" render="output" />
            </h:inputText>
            
            <br />
            <h:commandButton value="Render from inside component form">
				<f:ajax event="click" render="@all" />
			</h:commandButton>

            <br/><br/>

            output:
            <h:outputText id="output" value="#{bean.string}" />
		</h:form>

> Metamer in MyFaces - page can't keep state after rerendered because of multiple forms on page
> ---------------------------------------------------------------------------------------------
>
>                 Key: RFPL-1187
>                 URL: https://issues.jboss.org/browse/RFPL-1187
>             Project: RichFaces Planning
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: QE
>    Affects Versions: 4.0.0.CR1
>            Reporter: Lukas Fryc
>            Assignee: Lukas Fryc
>            Priority: Blocker
>             Fix For: 4.0.0.CR1
>
>
> Investigate why that happens.
> Try to limit sample for using only MyFaces components.
> (Probably will need to search for or fire new MyFaces issue).

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-planning-issues mailing list