Hello Rick,

I implemented your idea for unknown <html:text - forms by using a Object
list, which is iterated in the jsp-file. The object provides getter and
setter Methods and the data. Presentation is working fine as expected.

There came up a problem with accessing the <html:text-forms with
java-script, because all names of the <html:text-form are now the same
(from property=""). I solved this problem by accessing the <html:text-form
via array-index in java-script, which I gave to the object (must be
dynamically, too).

Until now, I didn't implement the evaluation of the objects. But this
should be no problem as the presentation does work already I suppose.


Thanks for your help and your internet site, which helps people like me to
implement own forms.


Kind regards,
Andreas Hartmann


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

Reply via email to