What I need to do is construct a form that has a variety of text input forms on it that are determined at run-time. I know how to do this in jsp but I need to provide an ActionForm that conforms to that form. I got several useful replies last night and am investigating them.
Dean
Another option you might look at, Dean, is http://wiki.apache.org/struts/StrutsCatalogInstrumentableForms in conjunction with the sort of information Ted Husted and friends cover in Struts in Action on pp. 16 et seq.
Michael McGrady