| Author |
Validation on each Request
|
Amitt Thakkarr
Greenhorn
Joined: Apr 25, 2011
Posts: 7
|
|
Hi,
If we need to implement common validation(like validate the ROLE of user or credentials of user) on each request, where we should place such code in Struts.
Thanks,
Amit
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26173
|
|
|
The request processor or servlet. Or in a servlet filter.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Validation on each Request
|
|
|