In my Struts based J2EE application, I need to get user's login
information (user principal), and based on the login id, I will create
the user object and then put it into the session. I am wondering where
is the best place to put this code in.

I read some info and it sounds like I should put this code in
CustomRequestProcessor (which extends TilesRequestProcessor)'s
processValidate method, please let me know if this is something correct.
Thanks.

Larry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to