[jboss-user] [JBoss Seam] - Simple redirect/refresh
dustismo
do-not-reply at jboss.com
Thu May 17 19:56:41 EDT 2007
Hello,
I have a page /home.xhtml that I would like to simply bounce to:
/if/#{appstate.folder}/home.xhtml
is there an easy way to do this? I've tried home.page.xhml
| <!DOCTYPE pages PUBLIC
| "-//JBoss/Seam Pages Configuration DTD 1.2//EN"
| "http://jboss.com/products/seam/pages-1.2.dtd">
|
| <page>
| <navigation>
| <redirect view-id="/if/#{appstate.folder}/home.xhtml"/>
| </navigation>
| </page>
which doesn't work. Any help is appreciated.
-Dustin
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4046673#4046673
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4046673
More information about the jboss-user
mailing list