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
]
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
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
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
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
5 matches
Mail list logo