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

Christian Bauer (JIRA) jira-events at lists.jboss.org
Fri Feb 15 07:35:26 EST 2008


    [ http://jira.jboss.com/jira/browse/JBSEAM-2386?page=comments#action_12399559 ] 
            
Christian Bauer commented on JBSEAM-2386:
-----------------------------------------

Thanks Norman, it works fine.

> 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
>             Fix For: 2.1.0.GA
>
>
> 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