File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes Search ActionForm and insert ActionForm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Search ActionForm and insert ActionForm" Watch "Search ActionForm and insert ActionForm" New topic
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
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Search ActionForm and insert ActionForm
 
Similar Threads
prepopulating html forms
Multiple page fields in a single form
what is "dynamic" form bean ?
Serializable Action Forms? Why?
Problem using logic:iterate