[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1907) Upgrade Ajax4jsf and Richfaces to Richfaces 3.1rc5

Christian Bauer (JIRA) jira-events at lists.jboss.org
Fri Sep 7 05:02:10 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1907?page=comments#action_12375844 ] 
            
Christian Bauer commented on JBSEAM-1907:
-----------------------------------------

Further narrowed down: The problem is that page parameters are no longer set on the view, because the view is now a different one. Consider this:

<page view-id="/wiki.xhtml">
   ... this .xhtml doesn't exist ...
   ... some logic that defines what should be rendered ...
   <render view-id="/docDisplay.xhtml">
</page>

This is the page with the form. The page parameter is defined as follows:

<page view-id="/docDisplay.xhtml">
   <param name="nodeId" value="#{documentHome.nodeId}"/>

So if I call /wiki.seam and the /docDisplay.xhtml page is rendered, the form will apparently be submitted to /wiki.seam and the page parameters of /docDisplay.xhtml will not be set.



> Upgrade Ajax4jsf and Richfaces to Richfaces 3.1rc5
> --------------------------------------------------
>
>                 Key: JBSEAM-1907
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1907
>             Project: JBoss Seam
>          Issue Type: Task
>          Components: JSF
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Pete Muir
>         Assigned To: Pete Muir
>             Fix For: 2.0.0.CR1
>
>
> Upgrade to rc5 now, GA once it is out

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

        



More information about the seam-issues mailing list