The moose likes Struts and the fly likes How to forward from a jsp to an ActionClass 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 "How to forward from a jsp to an ActionClass" Watch "How to forward from a jsp to an ActionClass" New topic
Author

How to forward from a jsp to an ActionClass

matt love
Ranch Hand

Joined: Jan 25, 2010
Posts: 65
I have looked at umpteen google-returned pages and still I go in circles.

My MainMenu.jsp includes:



I want to invoke:

src/dataStore/BackupDataStoreAction.java

I think I'd like to use a global-forward.

Any help is greatly appreciated.

Thanks.

Matt

Vicky Vijay
Ranch Hand

Joined: Apr 23, 2008
Posts: 125
Matt,

Refer the below link,


http://www.mkyong.com/struts/struts-download-file-from-website-example/

Hope this helps you.. !
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to forward from a jsp to an ActionClass
 
Similar Threads
Problem in SessionManagement in Struts
Buttons overlapping in Netscape
How to update bean from html:link?
usage of <html:link> tag
Buttons overlapping in Netscape