You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by joatom <jo...@joatom.de> on 2007/02/23 22:03:28 UTC

Re: [Solved] Another myFaces - servlet redirect issue.

I figured it out, allthough it seems to be more like a work-around rather
then a nice solution.
Anyway,

I made a new file 'servlet_redirect.jsp' only including:

<%response.sendRedirect("http://localhost:8080/faces/page/viewer/details.jsp");
%>


Besides, I changed the config to

 <navigation-rule>
        <navigation-case>
                <from-outcome>page/viewer/details</from-outcome>
                <to-view-id>/page/viewer/servlet_redirect.jsp</to-view-id>
        </navigation-case>
  </navigation-rule> 

Done! Everything works just fine even backnavigation.

cya,

Johannes
-- 
View this message in context: http://www.nabble.com/Re%3A-myFaces---servlet-redirect.-tf936557.html#a9126751
Sent from the MyFaces - Users mailing list archive at Nabble.com.