[
http://jira.jboss.com/jira/browse/JBSEAM-1574?page=comments#action_12368254 ]
Michael Youngstrom commented on JBSEAM-1574:
--------------------------------------------
I don't know if the problem you are describing Ning is the same as this one. This
problem is that the "action" in the pages.xml wasn't being called for the
destination view-id when using "render" instead of "redirect" for
s:link. The page would still render correctly for me it's just that the action for
/list.xhtml would be called instead of the action for /detail.xhtml when I navigated to
detail.xhtml.
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