Re: Session Handling and Navigation Questions

2007-08-08 Thread MPF
ue. > --> > yes but my question was how can i avoid that the user call e.g. main.jsp > direct at browser (http:localhost:8080/myApplication/jsp/main.jsp)? > the right way to call main.jsp should be: > login.jsp-->forward-->main.jsp > > so it only following url can be calle

Re: Session Handling and Navigation Questions

2007-08-08 Thread Andrew Robinson
igation rule on action outcome "go-to-b" } } Using jsf-comp onload, jboss-seam pages page action or shale, setup an action to run when the user loads page b that checks to see if "A.okayToGoToB" is true. -Andrew > > best regards > > -- > View this me

Session Handling and Navigation Questions

2007-08-08 Thread MPF
B? so that jsp B can never called as e.g. http://www.abc:8023/MyApplication/jsp/jspB.jsp but only from jsp A. best regards -- View this message in context: http://www.nabble.com/Session-Handling-and-Navigation-Questions-tf4236035.html#a12052276 Sent from the MyFaces - Users mailing list archive