aspose file tools
The moose likes Struts and the fly likes Struts 2 with out execute method Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 2 with out execute method" Watch "Struts 2 with out execute method" New topic
Author

Struts 2 with out execute method

Phoenix nebula
Greenhorn

Joined: Nov 23, 2010
Posts: 1
Can i have a custom method something like doprocess() instead of execute()? but do equivalent functionality of execute method?
Ankit Garg
Saloon Keeper

Joined: Aug 03, 2008
Posts: 9191
    
    2

Yes you can. In the action configuration you can set the method and the class both...


SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Struts 2 with out execute method
 
Similar Threads
defaultmethod in struts
Exam LAb Question on THreads
Executor
struts
asynchronous processing simply by annotating