Hello!

1st of all, b gentle w/ me...i'm just getting into this stuff. i'm
trying to use jstl stuff in a webapp on jakarta 5.0.27. i created my
directory in webapps and placed the two .jar files in the WEB-INF/lib
directory. from there, i just copied the SimpleRange.jsp file from the
examples into my webapps directory. i then stop and restart jakarta
and run the page. it works great! i get this returned:


Simple Range Iteration
1 to 10
1 â 2 â 3 â 4 â 5 â 6 â 7 â 8 â 9 â 10 â 


however, if i create any sort of web.xml file inside WEB-INF for my
webapp (at least the variations i tried), the page does not work
properly. i created a very simple empty web.xml file like this:

<web-app>

</web-app>



anyway, with a web.xml file present, i get the following when trying
to run the page (after starting and stopping):


Simple Range Iteration
1 to 10
${i} â ${i} â ${i} â ${i} â ${i} â ${i} â ${i} â ${i} â ${i} â ${i} 
â 


what in the world am i doing wrong? also (unrelated) how do i force a
recompile of my pages?


thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to