[richfaces-issues] [JBoss JIRA] Commented: (RF-2135) javax.faces.application.ViewExpiredException is thrown in a Richfaces portlet

Dirk Pitt (JIRA) jira-events at lists.jboss.org
Mon Dec 1 03:35:40 EST 2008


    [ https://jira.jboss.org/jira/browse/RF-2135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12440532#action_12440532 ] 

Dirk Pitt commented on RF-2135:
-------------------------------

this solution for this problem is

<!--When turned on, it changes ViewHandler.restoreView() to build the view before asking the StateManager for help.-->
	<context-param>
	     <param-name>facelets.BUILD_BEFORE_RESTORE</param-name>
	     <param-value>true</param-value>
 	</context-param> 

The problem lies in JBoss Portletbridge not in Rich Faces

> javax.faces.application.ViewExpiredException is thrown in a Richfaces portlet
> -----------------------------------------------------------------------------
>
>                 Key: RF-2135
>                 URL: https://jira.jboss.org/jira/browse/RF-2135
>             Project: RichFaces
>          Issue Type: Bug
>          Components: portal
>    Affects Versions: 3.1.4
>         Environment: jdk 1.5.0_08
> JBoss AS 4.2.2
> JBoss Portal 2.6.3
> Richfaces 3.1.4.CR4 and 3.1.4.GA
>            Reporter: Viggo Navarsete
>            Assignee: Alexander Smirnov
>
> I have a Richfaces portlet that basically consists of one page (start.xhtml) where there is one input field and a button. When the user push the button my SearchBean's search method is executed. Right now I'm just returning the string "success" (to test it), and then the user is supposed to get the start.xhtml displayed once more, but now with a search result below the search input. I'm getting this ViewExpiredException when pushing the button. 
> Please see the JBoss forum reference for more information about the actual implementation. I can also provide more information on request if necessary.
> Everything is working when using Richfaces 3.1.3.GA release, but in all releases after that the exception is thrown.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the richfaces-issues mailing list