One Solution what I am thinking... I don't know is it possible or not
- Creating a simple html form
- On submitting, I will make a xml of user response i.e. Options selected,
and not selected for examle
<Answer>
<Description> ... </Description>
<Options>
<Option name="Opt1" selected="true"/>
<Option name="Opt2" selected="false"/>
</Options>
</Answer>
then setting this xml string to ResponseActionForm - which have only one
string property.
Is it possible ? How to do that ?
--
View this message in context:
http://old.nabble.com/Mapping-a-dynamic-html-form-with-ActionForm-tp29045058p29045132.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]