RE: Simple design question

2004-08-16 Thread Jim Barrows
> -Original Message- > From: Kenneth Litwak [mailto:[EMAIL PROTECTED] > Sent: Friday, August 13, 2004 3:54 PM > To: Struts Users Mailing List > Subject: Simple design question > > > I'm trying to teach myself Struts while writing an actual > ap

RE: Simple design question

2004-08-13 Thread Dhaliwal, Pritpal (HQP)
Users Mailing List Subject: Simple design question I'm trying to teach myself Struts while writing an actual application . I need to go from an index.jsp, with variable request parameter values (depending upon the specific user choice of what to do). For this should I code one Action that

Re: Simple design question

2004-08-13 Thread Wendy Smoak
From: "Kenneth Litwak" <[EMAIL PROTECTED]> > I'm trying to teach myself Struts while writing an actual > application. Before you start writing your own, spend some time with the struts-example webapp, and figure out how it works. Running your container and that example in a debugger (JSwat?) for

Simple design question

2004-08-13 Thread Kenneth Litwak
I'm trying to teach myself Struts while writing an actual application . I need to go from an index.jsp, with variable request parameter values (depending upon the specific user choice of what to do). For this should I code one Action that then forwards to separate things depending upon request