Hello,

Newbie with WW, so hopefully this is not a silly question. In Struts
1.x I used to extend the request processor, and check for a user with
a certain object in the session. If it did not exist, I would put it
in, and at the same time, send to the front login if it did not exist.
This was how I handled my session management.

Now I am getting underway with Struts2, and noticed that the
RequestProcessor no longer exists.

So my question is: How do I handle this type of setup in Struts 2? I
noticed that there is a Interceptor that may be for this task, but I
am unsure. Do I extend the interceptor and handle my logic there, or
is there a simpler way.

Any examples, links would be appreciated.

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

Reply via email to