View Single Post
Join Date: Feb 2006
Posts: 1
Reputation: nylz is an unknown quantity at this point 
Solved Threads: 0
nylz nylz is offline Offline
Newbie Poster

Re: Problems with JSTL

 
0
  #7
Feb 3rd, 2006
Many thanks. Nice hint! Before anyone else gets insane one more hint: of course, you have to recompile all jsps to see it work after changing the web.xml.
a
find <docroot> -name "*.jsp" | xargs touch
will do the rest... ;-)
Reply With Quote