I am currently learning JSP using the Wrox " Beginning JSP Web
Development", it was going really well until i reached the tag
libraries in chapter 6. I have downloaded the request taglib examples
from http://jakarta.apache.org/builds/jakarta-taglibs/nightly/projects/request/
Once the files are downloaded you use the command prompt to extract
and create the directories and files using the jar xvf
request-examples.war statement.
I completed this task successfully and saved the files under the root
directory in the Tomcat file.
I started up Tomcat and pointed the browser at
http://localhost:8080?begjsp-cg06/ which i was told to do in the book.
The page index.html appeared but when i clicked the submit button to
move to the request.jsp but continually come up with an internal
server error. I believe it might have something to do with the
current uri. <%@ taglib uri="/begjsp-ch06/" prefix="req" %>
Any advice or help would be much appreciated.
Thanks
Gary
Christophe Vanfleteren - 26 Sep 2003 15:17 GMT
> I am currently learning JSP using the Wrox " Beginning JSP Web
> Development", it was going really well until i reached the tag
[quoted text clipped - 20 lines]
>
> Gary
You'll have to show the exact error in order for us to be able to help you.
But did you declare the taglib uri in your web.xml?

Signature
mvg,
Christophe Vanfleteren