RE: Request Processor Struts2

2006-10-30 Thread Dave Newton
From: Jim Reynolds [mailto:[EMAIL PROTECTED] > 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. I'm not sure w

RE: Request Processor Struts2

2006-10-30 Thread Juan Espinosa
n.invoke(); } } } -Mensaje original- De: Jim Reynolds [mailto:[EMAIL PROTECTED] Enviado el: Lunes, 30 de Octubre de 2006 03:46 p.m. Para: user@struts.apache.org Asunto: Request Processor Struts2 Hello, Newbie with WW, so hopefully this is not a silly question. In Struts 1.x I used to ex

Request Processor Struts2

2006-10-30 Thread Jim Reynolds
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 ho