• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Struts redirect tag

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am building a website that offers activities ony if a registered user is login so on every page user login
information is checked and if it is not found the request is redirected to login page. My login page is index.jsp.
Below is the page which is displayed when the user successfully logs on. Problem is this is not working for
redirecting the user. It do prints on Console the message which shows tha page is succefully included but the
request is not redirected to the login page neither any error is shown
Can any1 figure out where am I going wrong. I am using struts 1.0 and Tomcat 4.0

<!-- Code for start.jsp-->

<!-- Code for /src/jsp/redirect.jsp-->
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic