• 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

jsp..problem..

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
in my search part..i wanted that when the user name is found..his cv is displayed.in the browser..
i stored the cvs in tomcat..and the path to the cv in the details table of the user..
and given an href like this..
<a href ="<%="http://meiitd:8080/mech_iit/resumes"%>?user_login=<%=user_login%>"
here..as soon as i click the name ..it shows a directory listing of all the resumes..
how can i show that particular users cv..when his name is displayed in the search results page.
 
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
Not a JSP problem at all. You just need to format the URLs to the resume files correctly.
Moving to the HTML/Javascript forum.
reply
    Bookmark Topic Watch Topic
  • New Topic