| Author |
Search ActionForm and insert ActionForm
|
biraji gafiff
Greenhorn
Joined: Jul 11, 2005
Posts: 27
|
|
Hi everyone, i working on a project that have some ActionForms to search and some ActionForms to insert and update, my questions is if is correct the search ActionForm extends the CRUD ActionForm? Thanks.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
Don't over-design an ActionForm. It's just a simple JavaBean, and as long as it has a corresponding property for each input field field in the JSP, that's all that matters.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Search ActionForm and insert ActionForm
|
|
|