Re: login and session

2007-10-18 Thread Lizzy Borden
terceptors provided by struts 2 for authenticating the > user. The interceptor provide you with easy coding according to AOP. > You can take a look at the sample application accompanying with struts2 > distribution, that is mailreader. > > Tuyen Dinh > -- View this message in c

Re: login and session

2007-10-16 Thread Tuyen Dinh Van
ode with the > redirect else do nothing...but > it > doesn't work too. > > So the questions are: > > 1- why my redirection in the catch segment does not work? how can I handle > it? > 2- writing the jsp code instead of struts tag is correct? Have I to use > the > tags ?? > > thanks > lizzie > -- > View this message in context: > http://www.nabble.com/login-and-session-tf4634204.html#a13233578 > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

login and session

2007-10-16 Thread Lizzy Borden
page, but this redirect dosen't work. why? How can I did wrong? Can I also replace this code with the redirect else do nothing...but it doesn't work too. So the questions are: 1- why my redirection in the catch segment does not work? how can I handle it? 2- writing the jsp code instead