Nic -- I have a strong bias towards using Struts -- while there is a learning curve you are going to end up with App that grow as needed.

If Struts seems overkill, then go with more traditional Model 2
JSP -> Servlet -> JSP

If this seems unrealistic, try encapsulating intermediary stuff (DB access) in a JavaBean.

Personally, I don't write apps that perform stuff like direct DB access using tags on a JSP page.

Nic Werner wrote:

Hi,
I have two pages, one with a form to input/update data and then the second which 'handles' the data w/logic.


Now, I want to add an intermediary page that looks at the inputted data, does some DB stuff etc, and then asks the user if they want to continue or go back.

- I could just pass the params from 1st to 2nd to third page, but it seems clunky. Any suggestions? Has anybody done any tag work to make this cleaner?

- Nic

----------
Nic Werner
Sonoma State University


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to