Robin Ericsson wrote the following on 1/25/2005 10:52 AM:

The select is only there to figure how to populate the next page, however I would like the have the selectlist on the next page aswell so the client may jump between different months, as it will be in this case.

For this stuff, all my actions usually have a prep(...) method that I can call from any of my Action dispatch methods. The prep will set up the request with any of those things such as Lists that are needed for drop downs. So whatever action method you go to.. just make sure to call prep(..) before you leave it and everything will be there. (You could also use the Session to store the List so it will be there without you having to worry about it, but I'd advise against that approach if you can help it.)


--
Rick

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



Reply via email to