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
[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
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