aspose file tools
The moose likes Struts and the fly likes dispatcher action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of Mongo DB Applied Patterns this week in the MongoDB forum
or a resume review from Five Year Itch in the Jobs Discussion forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "dispatcher action" Watch "dispatcher action" New topic
Author

dispatcher action

siva gutti
Greenhorn

Joined: Aug 01, 2010
Posts: 1
can a dispatcher action forwards a request to other dispatcher action ?
explain with sample code
Prakash Mani - Attur
Ranch Hand

Joined: Oct 08, 2009
Posts: 100
ya you can forward to any action using ForwardAction class..

make your default action forwards to another action which has type parameter as 'org.apache.struts.actions.ForwardAction' and the parameter attribute as your next 'DispatchAction'.. see for the sample here..

 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: dispatcher action
 
Similar Threads
Help needed on Map Backed Action Form
Request Dispatcher problem
requestDispatcher.forward() throws error when forwarded to #topic
What is the motivation to use filters in a struts application
dispatcher Vs action dispatcher