Re: Proper way to do it

2005-03-21 Thread DGraham
Return Receipt Your Re: Proper way to do it document

Re: Proper way to do it

2005-03-19 Thread Ek Chotechawanwong
Return Receipt Your Re: Proper way to do it document

Re: Proper way to do it

2005-03-19 Thread Hond4
U must test for the correct password and if the password is wrong to thow an global exception That exception u can use at struts-config.xml at to forward to a page. The simplest is to use global-forward but do I have to test for the correct password in all actions ? is it possible to put this

Re: Proper way to do it

2005-03-19 Thread Jim Theodoridis
Hond4 wrote: Hallo list members! I'm looking for best practise how to implement password change for my appliaction. I'm using securityfilter for auth, problem is that i would like to create forward to password change page if user password == "default". Is it possible to put some logic into Action

Proper way to do it

2005-03-18 Thread Hond4
Hallo list members! I'm looking for best practise how to implement password change for my appliaction. I'm using securityfilter for auth, problem is that i would like to create forward to password change page if user password == "default". Is it possible to put some logic into ActionServlet's ser