[seam-issues] [JBoss JIRA] Assigned: (JBSEAM-4519) Conditional navigation rules vs JSF 2.0

Marek Novotny (JIRA) jira-events at lists.jboss.org
Wed Feb 24 03:50:10 EST 2010


     [ https://jira.jboss.org/jira/browse/JBSEAM-4519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marek Novotny reassigned JBSEAM-4519:
-------------------------------------

    Assignee: Marek Novotny


> Conditional navigation rules vs JSF 2.0
> ---------------------------------------
>
>                 Key: JBSEAM-4519
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4519
>             Project: Seam
>          Issue Type: Bug
>          Components: JSF Integration
>    Affects Versions: 2.2.0.GA
>            Reporter: Stephan Bublava
>            Assignee: Marek Novotny
>             Fix For: 2.2.1.CR1
>
>
> If the outcome of an action method is not covered by a navigation rule, you stay on the current page with JSF 1.2. With JSF 2.0 the outcome is interpreted as view id.
> Example:
> <page view-id="/administration/currency/edit-currency.html">
> 	<navigation from-action="#{currencyEditor.confirmChanges}">
> 		<rule if-outcome="confirm">
> 			<render view-id="/administration/currency/confirm-edit-currency.html" />
> 		</rule>
> 	</navigation>
> </page>
> If currencyEditor.confirmChanges() returns "edit", JSF 2.0 tries to render /administration/currency/edit.html instead of /administration/currency/edit-currency.html.
> BSEAM-4495 describes a similar problem.

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

        


More information about the seam-issues mailing list