2 Replies Latest reply on Jun 15, 2008 12:42 AM by toby.tobias.hill.gmail.com

    redirecting to jsp page

    schamarthi.srinivas.chamarthi.gmail.com

      Hi,


      I am redirecting to a jsp page based on some action outcome.  But somehow the view-id is always replaced with .seam extension. Can any 1 tell me how to get the extension right ? Appreciate your help in advance.





      The requested resource (/UMC/logout-redirect.seam) is not available.


      Here is my pages.xml



          <page view-id="/common/home.xhtml" action="#{authenticator.authenticate}">
                      <navigation>
                              <rule if-outcome="login">
                                      <redirect view-id="/logout-redirect.jsp" />
                              </rule>
              </navigation>
          </page>