I am trying to have a form built at run time. It seems that map-backed
ActionForms good fit for what I need. Hower I have a problem coming up
with a solution as to what to do when not all input types are text
fields, so this does not work

<html:text property="value(foo)"/>

because the field has to be text, what if its checkbox?

Basically when fields are dynamic and I retrieve them using a loop,
what can I do to determine if it will be a text field or a checkbox or
so on....  Is there a way to add to a map a LabelValueBean so label
would be the actual field name and the value its type, or something
like that?


Thanks,
Fedor

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

Reply via email to