[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-1574) view-id actions are not called when rendering from a previous view-id
Gavin King (JIRA)
jira-events at lists.jboss.org
Thu Jul 5 16:33:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1574?page=all ]
Gavin King closed JBSEAM-1574.
------------------------------
Resolution: Won't Fix
Yes, this is expected functionality (look at Pages.preRender). It was a change in Seam2. There was a reason for it, check the JIRA issues in the changelog and you'll see the reasoning....
> 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