Re: The first request

2006-12-05 Thread Wendy Smoak
On 12/5/06, Thom Burnett <[EMAIL PROTECTED]> wrote: I need to set up my first page with a sequence of database interactions before the execute() method is called (I think). What's the recommended struts way of doing so. All requests go through the controller, never straight to the JSP. Once t

RE: The first request

2006-12-05 Thread Asthana, Rahul
] Sent: Tuesday, December 05, 2006 2:59 PM To: Struts Users Mailing List Subject: The first request I need to set up my first page with a sequence of database interactions before the execute() method is called (I think). What's the recommended struts way of doing so. When a first request to m

RE: The first request

2006-12-05 Thread Asthana, Rahul
PM To: Struts Users Mailing List Subject: RE: The first request Look at org.apache.struts.tiles.Controller I couldnt find a decent example though. Here is an article. http://www.theserverside.com/tt/articles/article.tss?l=Tiles101 That of course means that you will have to use Tiles

RE: The first request

2006-12-05 Thread Wesley Wannemacher
Could it be done in a regular Custom Tag? > -Original Message- > From: Thom Burnett [mailto:[EMAIL PROTECTED] > Sent: Tuesday, December 05, 2006 2:59 PM > To: Struts Users Mailing List > Subject: The first request > > I need to set up my first page with a

The first request

2006-12-05 Thread Thom Burnett
I need to set up my first page with a sequence of database interactions before the execute() method is called (I think). What's the recommended struts way of doing so. When a first request to my jsp page arrives, I need to read some key parameters of the request, contact my database, and then fi