[
http://jira.jboss.com/jira/browse/JBSEAM-1574?page=comments#action_12370195 ]
Michael Youngstrom commented on JBSEAM-1574:
--------------------------------------------
Good points....thanks for the insight. Would it be possible/feasible to move those things
like the login-required and no-conversation-view to applied from the new view as well?
That way both render and redirect would be consistent and the attributes for the new page
would come from the new page's definition. That seems most logical to me. If I put
"no-conversation-view" on a page I would expect that for this view not the
previous view.
Mike
pages.xml actions are not called when using "render" with
s:link and s:button
-----------------------------------------------------------------------------
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
Assigned To: Gavin King
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