Mark,

My scenario is a database application where the number of properties and the
actual property labels, which will be used in an entry form,
can only be determined at run time.

How can I get the number of properties and the corresponding property labels
to the jsp and the form bean?

Thanks,

Daka

----- Original Message -----
From: "Galbreath, Mark" <[EMAIL PROTECTED]>
To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]>
Sent: Thursday, June 06, 2002 5:58 AM
Subject: RE: dynamic form properties


> What do you want to know?  I use maps and collections in form beans now to
> capture multi-select list key-value pairs and checkbox array booleans,
> respectively.  I think it would be a simple extrapolation to map
key-values
> for an entire HTML form, permitting a single action form to capture states
> for every HTML form in the application if the form bean is kept in session
> scope with an empty reset().
>
> Mark
>

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

Reply via email to