I am moving from struts1 to struts2 and I have successfully created simple applications in struts2 I want to use unspecified / custom functions of Dispatchaction class which i used in struts1 in struts2 , which class would be extended to do this
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
No class would be extended; use the "method" attribute in the action configuration, or annotate the method directly if using annotation-based configuration. You can also use wildcard actions to avoid manual configuration. If that doesn't work for you, please explain specifically what your needs are, and why that won't work. |
|||
|
|
|
for e.g you can create a Action for User handling which includes method like create,delete update user etc
|
||||
|