[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1574) view-id actions are not called when rendering from a previous view-id

Ning Zhao (JIRA) jira-events at lists.jboss.org
Mon Jul 9 07:35:31 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-1574?page=comments#action_12368223 ] 
            
Ning Zhao commented on JBSEAM-1574:
-----------------------------------

This s:link/s:button behaviour change affected many parts of my application too. In my .xhtml files, there are many nested views/multi-level templating. Prior to Seam 2.0, the view-id specified in pages.xml always took me to the page I wanted the application to redirect to. But now, after the actions in s:link/s:button executed, the page always remained in the root view....In order to fix it, I would have to add the view="..." attribute in the s:link/s:button. 

Here is my forum post:
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061925#4061925


Regards,
Ellen

> view-id actions are not called when rendering from a previous view-id
> ---------------------------------------------------------------------
>
>                 Key: JBSEAM-1574
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1574
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: JSF
>    Affects Versions: 2.0.0.BETA1
>            Reporter: Michael Youngstrom
>             Fix For: 2.0.0.CR1
>
>
>     <page view-id="/list.xhtml">
>     	<navigation>	
>                 <rule if-outcome="detail">
>       		     <render view-id="/detail.xhtml"/>
>                 </rule>
>     	</navigation>
>     </page>
>     <page view-id="/detail.xhtml" action="#{bean.loadDetail}"/>
> Does not appear to call #{bean.loadDetail} when the list navigation rule is executed.
> Mike

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