Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread daveck
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 inp

Re: Struts tags and Filter Dispatcher Url Pattern-struts 2.1.1

2008-02-01 Thread Laurie Harper
[The answer to your question is yes, Struts tags will only work within the context of a request processed by Struts (i.e. through the filter). However, in the future:] Please post questions about using Struts to the Struts Users list only. The Struts Dev list is for discussing the development

Re: Newbie to Struts 2 - Question about Interceptors

2008-02-01 Thread Antonio Petrelli
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