posted 21 years ago
DynaForms are configured in struts-config and can therefore only contain specified (number of) parameters.
What you can do, is write your own ActionForm containing a single map and populate this map yourself by writing a utility method for this.
Unfortunately, you will not be able to use Struts up to its max, but that's a small price to pay for still being able to use dynamic properties.
Ruud.