Suggested enhancements for next version

2003-09-10 Thread David Thielen
Hi; These are a couple of suggestions I have for the next version of struts: 1.. Can get the session in the ActionForm constructor. This would be very useful for initializing with data attached to the session. 2.. Have a pre-page method in the Action that can be set in an action like

RE: Suggested enhancements for next version

2003-09-10 Thread James Childers
These are a couple of suggestions I have for the next version of struts: 1.. Can get the session in the ActionForm constructor. This would be very useful for initializing with data attached to the session. This violates the JavaBean standard which requires that beans have a default

Re: Suggested enhancements for next version

2003-09-10 Thread Craig R. McClanahan
On Wed, 10 Sep 2003, David Thielen wrote: Date: Wed, 10 Sep 2003 10:22:10 -0600 From: David Thielen [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts-Users [EMAIL PROTECTED] Subject: Suggested enhancements for next version Hi; These are a couple

Re: Suggested enhancements for next version

2003-09-10 Thread David Thielen
ok - will do - thanks - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, September 10, 2003 11:28 AM Subject: Re: Suggested enhancements for next version On Wed, 10 Sep 2003, David Thielen wrote: Date