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
In the mailreader there is an example. you can do it with an interceptor package mailreader2; import com.opensymphony.xwork2.interceptor.Interceptor; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.Action; import java.util.Map; import org.apache.struts.apps.mailre