1 Reply Latest reply on May 21, 2007 4:34 AM by g00se24

    Simple redirect/refresh

    dustismo

      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