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.

Reply via email to