Two Laptop Bag
The moose likes Struts and the fly likes Can i write more than one action class per each ActionForm Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Can i write more than one action class per each ActionForm" Watch "Can i write more than one action class per each ActionForm" New topic
Author

Can i write more than one action class per each ActionForm

vinaykrothapalli kumar
Greenhorn

Joined: Aug 29, 2005
Posts: 12
Hi,
friends good day
i have a small question that is
can write more than one action class for each one action form
please kindly help me
vinay
Nathaniel Stoddard
Ranch Hand

Joined: May 29, 2003
Posts: 1258
Yes. You can have as many Actions as you want, which use whatever ActionForm they desire.


Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Can i write more than one action class per each ActionForm
 
Similar Threads
passing parameters to action class
Hiberate Table Design Quetions
Action Servlet
Struts2 - Single action class vs. multiple action classes
return multiple values from a method