aspose file tools
The moose likes Struts and the fly likes Struts 1.3.10 error Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Struts 1.3.10 error" Watch "Struts 1.3.10 error" New topic
Author

Struts 1.3.10 error

Chris Pat
Ranch Hand

Joined: Aug 27, 2005
Posts: 156
Hello
I get the following when trying to forward to a frameset that is already up and presenting content to the client. I know the for global forwards is correct, it work the first time in the default. Can someone help me explain why this failure?

protected ForwardConfig execute(ActionContext context, Action action, ActionConfig actionConfig, ActionForm actionForm) throws Exception { return null;}
 
I agree. Here's the link: jrebel
 
subject: Struts 1.3.10 error
 
Similar Threads
How to read the details of already parsed struts-config
RE-POST: How to read the details of already parsed struts-config
Is the actionform the controller?
Is this an Overhead with Struts!!!
How to access forms in action classes