Dynamic form Generation using Struts FrameWork..............

2004-03-08 Thread Amol Yadwadkar
Hi All, I am a new Bie at Struts Application. I want to develop a dynmic form by using Struts Framework.How shall I proceed in that ? It will be always appericiable to put your valuable Suggestion to it. Thankx in advance best regds, Amol

Dynamic form generation.

2001-08-20 Thread Sastry Varanasi
I am trying to use dynamically generated forms with Struts. Since the form is dynamic I will not know the form fields until runtime. How do I define my FormActionbean in this case? Is there a way to circumvent the requirement of having a Bean for holding the form data? Can anyone help me out