Please ask this question to the Struts Users mailing list: http://struts.apache.org/mail.html
Antonio 2008/2/1, daveck <[EMAIL PROTECTED]>: > > > Hello, > I need to put up a "Confirmation Screen" in between my input jsp and my > success jsp. > > byproduct.action -> byproduct-input.jsp > byproduct-input.jsp -> confirm.jsp > (If yes...) > confirm.jsp -> byproduct.action > byproduct.action -> byproduct-success.action > > Is there a Struts 2 way to carry the input parameters across the > confirm.jsp > so the second call to byproduct.action has access to them? > > I've looked at the ChainInterceptor and ActionChaining and have a feeling > the solution resides there, but could use a little help. I hope I was > clear > enough... :) > > Thanks! > -- > View this message in context: > http://www.nabble.com/Newbie-to-Struts-2---Question-about-Interceptors-tp15229219p15229219.html > Sent from the Struts - Dev mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >