You could use a lazy ActionForm:

http://www.niallp.pwp.blueyonder.co.uk/#lazydynabean

or even just a straight LazyDynaBean

   <form-bean name="myForm"
       type="org.apache.commons.beanutils.LazyDynaBean"/>


For both of these, you need Struts 1.2.4 and BeanUtils 1.7.0

Niall

----- Original Message ----- 
From: "Durham David R Jr Contr 805 CSPTS/SCE" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, September 20, 2004 8:43 PM
Subject: Dyna Forms


Is there a way to create a form-bean dynamically?  I'd like to have a
form dynamically created and populated with the request parameters.
Right now, I won't be using validation.

 

 

- Dave




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

Reply via email to