Hello

We are using struts 1.0.2 for our application. 
Our application is huge and needs a certain sets of
products(with new fields on the screen) to be added
every 6 months. All the screens for these products
will have similar look and feel.

So, to make the development easier and faster, we want
to adopt the dynamic gui generation.

We are storing all the details of a product in
database, i.e what type of controls are in one page,
how they are grouped, etc. Say every bit of info that
is required to paint a control on the JSP can be
stored. They are retrieved in java value objects.

So is there a way to dynamically generate the form
bean from a value object which will have all kinds of
information for a control. Note: the controls could be
of mixed type such as a text, then a dropdown, then a
listbox. 

Has any one done this before. Can you please send me a
sample code, if possible.

Thanks in advance

-Raji V





__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com

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

Reply via email to