• 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

reload a JSP file every time it visits

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Greetings!
I have a problem in reloading the JSP files every time I visit the page. For eg I go to search page and search for criteria1 and once again when i search for criteria2 Iam getting the datas of criteria1. The page is not refreshed. My jboss-4.0.2\server\default\work\jboss.web\localhost\_\org\apache\jsp is not refreshed. But when i delete the files in ..\work I could get the new data. Can any one please tell me how do i do this dynamically?
 
sowjan kumar
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This problem is solved as there was a problem with the Tag libraries
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic