2002. szeptember 3. 13:27 dátummal Michael ezt írtad:
> I want to add a user object (that I create with information from the
> database) to the session as soon as a user logs in.  I don't want to add
> code to each action subclass to do this, so my question is where is the
> best place to put it?  It sounds like subclassing the Struts
> RequestProcessor is the way to go.  Is this the best way?

I'd rather use a Filter which loads data from DB into session.

Hth, 

Tib



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

Reply via email to