Hi.
Im a little stuck with some dynamic added text fields.
i have a webwork template with the following in it:
#foreach($textField in $allTextFields)
<input type="text" name="$textField.getName()"
value="$textField.getValue()">
#end
i have a getAllTextFields method in my Action class that returns a
Vector of my own TextField classes, that have getName() & getValue()
methods
now i need to submit the form, but the Action class doesnt have get/set
methods in all the textfield names, because they are dynamicly added.
does anyone know a solution how i dynammicly can add text fields and be
able to submit them to the action ?
Regards David
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork