[richfaces-issues] [JBoss JIRA] (RF-10963) a4j:commandButton doesn't update the hidden javax.faces.ViewState from render form

Lukáš Fryč (JIRA) issues at jboss.org
Mon Mar 10 09:35:13 EDT 2014


     [ https://issues.jboss.org/browse/RF-10963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukáš Fryč resolved RF-10963.
-----------------------------

        Labels:   (was: community_contributor_needed jsf waiting_on_user)
      Assignee: Lukáš Fryč
    Resolution: Duplicate Issue


This issue should be fixed in RF-12442, 

there is a test in test suite that verifies that:
https://github.com/richfaces4/core/commit/e857222b79852eb69ec18450af6eeff26984b646#diff-51969663133873b064f6a96d0453a5a6R99
                
> a4j:commandButton doesn't update the hidden javax.faces.ViewState from render form
> ----------------------------------------------------------------------------------
>
>                 Key: RF-10963
>                 URL: https://issues.jboss.org/browse/RF-10963
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-a4j-core
>    Affects Versions: 4.0.0.Final
>         Environment: S.O.: Ubuntu 10.04
> Browser: Chrome
> JSF Impl: JSF 2.0.2
>            Reporter: Guilherme Moreira
>            Assignee: Lukáš Fryč
>
> A a4j:commandButton that's render another form causes this other form lost it's hidden input viewState.
> Example
> {code}
> <html xmlns="http://www.w3.org/1999/xhtml"
> 	xmlns:ui="http://java.sun.com/jsf/facelets"
> 	xmlns:f="http://java.sun.com/jsf/core"
> 	xmlns:h="http://java.sun.com/jsf/html"
> 	xmlns:rich="http://richfaces.org/rich"
> 	xmlns:a4j="http://richfaces.org/a4j">
> <f:view contentType="text/html" />
> <h:head>
> </h:head>
> <h:body>
> 	<h:form id="aaa">
> 	</h:form>
> 	<h:form id="bbb">
> 		<a4j:commandButton render=":aaa"/>
> 	</h:form>
> </h:body>
> </html>
> {code}

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



More information about the richfaces-issues mailing list