Results 1 to 2 of 2
Thread: action class
- 03-15-2008, 07:53 AM #1
Member
- Join Date
- Mar 2008
- Posts
- 2
- Rep Power
- 0
- 05-07-2008, 03:23 PM #2
Member
- Join Date
- Dec 2007
- Location
- Mumbai, India
- Posts
- 37
- Rep Power
- 0
Hi,
Action class is a the one which will be responsible to handle all your request. Each class which extends the Action will have the method named execute(ActionMapping,ActionForm,HttpServletReques t,HttpServletResponse) and it will return ActionForward. This particular method will get executed for your request.
Similar Threads
-
Action class in Struts
By Java Tip in forum Java TipReplies: 0Last Post: 12-27-2007, 10:05 AM -
jsp:forward action
By Java Tip in forum Java TipReplies: 0Last Post: 12-24-2007, 10:04 AM -
Call action of JButton from another class
By geckolux in forum AWT / SwingReplies: 1Last Post: 12-17-2007, 01:41 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks