Can we use Action form to generate dynamic form elements. For example just consider Hospital
management system project. In this project i want to generate ward number dynamically.
I want to implement this with struts. Action form is only solution or any other way.
Rahul Nair
Ranch Hand
Joined: Dec 01, 2007
Posts: 136
posted
0
Rajendra Prakash wrote:Can we use Action form to generate dynamic form elements.
You can generate dynamic form element without creating the actual ActionForm, For that you have to use DynaActionForm in
Struts 1. If this is not what you want then please reply...
Rajendra Prakash
Ranch Hand
Joined: Sep 10, 2009
Posts: 293
posted
0
In struts 1x Action form and DynaActionForm are the solutions to generate dynamic form elements right?