aspose file tools
The moose likes Struts and the fly likes forward from one action to another Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "forward from one action to another" Watch "forward from one action to another" New topic
Author

forward from one action to another

Sunil George
Greenhorn

Joined: Apr 04, 2006
Posts: 18
When I tried to forward from one action to a forward element in another action i cannot work through and not giving any error or console?
Merrill Higginson
Ranch Hand

Joined: Feb 15, 2005
Posts: 4864
You can't forward to a forward defined in another action. That's why they're called "local forwards"... They're local to one action. If you want to forward to the same forward from more than one action, define it as a global forward.


Merrill
Consultant, Sima Solutions
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: forward from one action to another
 
Similar Threads
Buttons on a JSP
jsp-vector
dynamic page throught tile
Control forward
forwarding between action classes