----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, June 25, 2003 9:20 AM
Subject: ActionForm


> I'm running into a problem with using ActioForm.  I mean I know how to do
the
> normal stuff like say a login form, but I'm running into serious issues
when
> it comes to a dynamic forms.  I writing a survey application and well the
form
> is created dynamically as I dunno how many questions will exist in the
> survey.  The problem comes into the picture when i'm trying to collect the
form
> data.  It seems the value object needs to have a specific number of
methods.  Any
> way to make this dynamic??
>
>

When you don't know how many questions in the surveys, you might consider
a map based property. But I don't believe this will give you much
productivity
gains comparing with the use of the ServletRequest.getParameterMap()
method (The fundamental question becomes why you need form beans
for this problem?)

Jing
Netspread Carrier
http://www.netspread.com


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

Reply via email to