Hi,
    I like to use DynaActionForm for getting the user input to Action. I
want to use the same DynaActionForm to get the data from database and
display it (For editing and viewing only). Application dont use any EJB or
other components and my plan is to put business logic and database access in
Action class itself(DispatchAction) which is now in servlets. About 20% of
the application is developed using JSP and Servlets and  we are migrating it
to Struts for the control flow offered by it. The already written part uses
RowSetDynaClass of beanutils package to get data from database and display
it. We dont want to put extra effort writing DTO objects and ActionForms. I
need the functionality of redisplaying newly entered data if validation
fails. How to do it ?. I need explanation becuase I just started using
Struts.

rgds
Antony Paul.

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

Reply via email to