IntelliJ Java IDE
The moose likes Struts and the fly likes how do i forward to a page along with a message Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Application Frameworks » Struts
Reply Bookmark "how do i forward to a page along with a message" Watch "how do i forward to a page along with a message" New topic
Author

how do i forward to a page along with a message

kay lin
Ranch Hand

Joined: May 20, 2004
Posts: 132
Hi All:
I would like to know how to forward to a JSP page in struts with a message.

Let us say you can do the following in JSP page


now, in struts, i know you typically have to do the following


and in your struts-config.xml file, "login_failed" is mapped to "error.jsp"
but how do you send a variable value along with it, like you can do register.jsp?msg='blah' in normal JSP

Please let me know

Many Thanks
Marc Peabody
pie sneak
Sheriff

Joined: Feb 05, 2003
Posts: 4695

Recent Thread with Similar Question


A good workman is known by his tools.
 
 
subject: how do i forward to a page along with a message
 
Threads others viewed
Struts Validation Problem
request.getattribute in servlet is null
adding dynamic value to properties file.
Referring Page in Struts
Form Based Authentication
IntelliJ Java IDE