Mark,
I have an application that I designed in 2001 using my own servlet dispatching framework. It is deployed on WebSphere and has supported 6000 users for the last 9 years.
The client, a large government agency, wants to upgrade the architecture and I agree. All of their JEE applications over the last 5 years use Struts 1.X.
I am recommending Struts 2.
This particular application has the following requirement;
A user can enter data on a page and select another page in the application from a menu, and the data on the initial page needs be persisted.
My old framework could handle this requirement with ease.
Could you recommend how to accomplish this in Struts 2? Essentially what we want is to do is send the request to the "original" action, then if all goes well, to forward to the action responsible for the "menu" selection.
Thanks in advance,
Bob P.
Preller Consulting