In my project I need to use the org.apache.struts.actions.DispatchAction class.
Can you tell me any sample programs where i can use it for my project.
Or give me any links.
Thanks for your comments.
Deepthi.
kv ruby
Ranch Hand
Joined: Jul 23, 2009
Posts: 38
posted
0
Hi Deepthi,
Your Action class can extend DispatchAction and you need not use execute method inside that class
but a similar method(means different name but same signatures and arguments).