Re: DynaActionForm question

2006-02-17 Thread [EMAIL PROTECTED]
Ah! thank you very much, you ROCK! Bryan LaPlante -- Original Message --- From: "Niall Pemberton" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Fri, 17 Feb 2006 16:40:56 - Subject: Re: DynaActionForm question > http://tinyurl.

Re: DynaActionForm question

2006-02-17 Thread Niall Pemberton
http://tinyurl.com/csarz - Original Message - From: <[EMAIL PROTECTED]> Sent: Friday, February 17, 2006 2:32 PM > Hi, > > Does anyone know if there is a way to process form parameters with a > DynaActionForm without first declaring the property names as form-property > tags in strtuts-c

Re: DynaActionForm question

2006-02-17 Thread Dave Newton
[EMAIL PROTECTED] wrote: > I am looking at DynaActionForm. If I can subclass that and get it to add all > parameters without first looking at the config, then I won't need to declare > them first. If anyone has a better idea please shout. > What are you trying to accomplish? Dave ---

Re: DynaActionForm question

2006-02-17 Thread [EMAIL PROTECTED]
I am looking at DynaActionForm. If I can subclass that and get it to add all parameters without first looking at the config, then I won't need to declare them first. If anyone has a better idea please shout. Bryan LaPlante -- Original Message --- From: "[EMAIL PROTECTED]" <[EMAIL

Re: DynaActionForm question / FW: ActionForms and Interfaces

2005-03-04 Thread Chad Baker
This was posted a couple weeks back... -Original Message- From: Craig McClanahan [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 1:15 PM To: Struts Users Mailing List; Matthew Hughes Subject: Re: ActionForms and Interfaces IIRC, there's some ongoing work to provide an "exten

Re: DynaActionForm question

2005-03-04 Thread Hubert Rabago
This feature is not yet supported on current Struts versions. It is, however, currently being developed with the intention of supporting this in the 1.3.x release. Hubert On Fri, 4 Mar 2005 13:06:14 -, Marco Mistroni <[EMAIL PROTECTED]> wrote: > Hello all, > Silly question.. > I have