• 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

link two jsp inside a sub directory of web inf

 
Ranch Hand
Posts: 152
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi guys,
i have a menu folder in webcontent in that i have menu.jsp file when i click on any menu in the menu.jsp file i call a action in that i pass a menu id using the query url and have done it like this :

and according i go to that page. if i click on birthday menu i am at birthday page but when i click on the links in birthday page it gives me a 404 error. struts configuration for menu.jsp is as follows

i have a folder user/birthdays inside web inf and have two jsp file birthdays.jsp and birthdaysinweekjsp and birthdayinmonth.jsp in birthdays.jsp i created two links birthdaysinweek and birthdaysinmonth when ever i click on birthdaysinweek or birthdaysinmonth i get a 404 error help me guys thank you.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
 
Pravin Shirke
Ranch Hand
Posts: 152
Eclipse IDE Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
sorry bear,
actually i thought the question is about tag in jsp so i put it in jsp.. . can any body help me this. please.....
 
reply
    Bookmark Topic Watch Topic
  • New Topic