> -----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 > 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 parameters or put multiple forms on the > index.jsp, each of which invokes a different Action? Never > done any of > this before, so I don't have a feel for what's better. Thanks.
You don't have to have a form for every action. You can use <html:link or <a href= with an action, passing it parameters. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]