Bobby, At 07:07 2002-09-12, Thomas, Bobby P wrote: >I would really appreciate if anyone could help me with an error while the >JSP engine tries to compile my JSP. I am using iPlanet WebServer which >utilizes jakarta's Jasper JSP Enginer. > >My JSP: ><%@ taglib prefix="util" uri="/../web-inf/util.tld"%> ><util:prop prps="lookmeup" key="language" scope="application" >var="language"/> (line 17)
What TLD file are you trying to reference with that directive? Why the "../" portion? I'd treat the WEB-INF directory name as case-sensitive, even if some operating systems do not ordinarily match program-supplied names against those in the file system in a case sensitive manner. >I get the error : >JSP: JSP1x compiler threw exception >org.apache.jasper.compiler.CompileException: >C:\iPlanet\Servers\bin\https\webapps\phonebook-app\search.jsp(17,0) >Unable to load class null at >org.apache.jasper.compiler.TagBeginGenerator.init(TagBeginGenerator.java:128) >. > >What could be a possible reason for the error and how can I fix it? Any help >would be greatly appreciated. > >Thanks for your time. > >Bobby Randall Schulz Mountain View, CA USA -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>