[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-2386) pages.xml redirect should accept plain URLs

Przemyslaw Jaskierski (JIRA) jira-events at lists.jboss.org
Wed Feb 13 16:17:26 EST 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2386?page=comments#action_12399381 ] 
            
Przemyslaw Jaskierski commented on JBSEAM-2386:
-----------------------------------------------

Will resolving this issue bring plain URL support to org.jboss.seam.faces.redirect component, too?

> pages.xml redirect should accept plain URLs
> -------------------------------------------
>
>                 Key: JBSEAM-2386
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2386
>             Project: JBoss Seam
>          Issue Type: Feature Request
>          Components: JSF Integration
>            Reporter: Christian Bauer
>         Assigned To: Norman Richards
>            Priority: Critical
>
> Instead of:
>             <rule if-outcome="redirectToDocument">
>                 <redirect view-id="/wiki.xhtml">
>                     <param name="nodeId" value="#{documentHome.instance.id}"/>
>                 </redirect>
>             </rule>
> I'd like to be able to do:
>             <rule if-outcome="redirectToDocument">
>                 <redirect url="#{wiki:renderURL(documentHome.instance)}"/>
>             </rule>
> which would give me a nice URL without rewriting acrobatics.

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