views:

478

answers:

0

My application is already existing in struts 1.1 and i am working on some enhancements.

I need to add new input fields dynamically from DB to existing JSP page.I've added these fields to jsp and I've included new field properties in the respective ActionForm bean.

Everything(CRUD operations) works fine.

But without mentioning these new field properties in ActionForm. can I dynamically set these properties programatically and perform the CRUD operations? can anyone please suggest a solution?

Thanks, Srinivas