Hi All,
I am using the iPlanet Web Server to run JSP pages.I am new to JSP and
does not know whether the iPlanet supports the taglib directive or not.I am
asking this because i am getting a error which has nothing to do with my
code in the tagclass.the error which i am gtting is
warning ( 97): Internal error: Unexpected Java exception thrown
(java.lang.Error: Fatal Error: missing resource:
java.util.PropertyResourceBundle,Fatal Error: missing resource:
java.util.PropertyResourceBundle), stack: java.lang.Error: Fatal Error:
missing resource: java.util.PropertyResourceBundle
at org.apache.jasper.Constants.getString(Constants.java:221)
at
org.apache.jasper.compiler.TagLibraries.isUserDefinedTag(TagLibraries.java:9
4)
at org.apache.jasper.compiler.Parser$Tag.accept(Compiled Code)
at org.apache.jasper.compiler.Parser.parse(Compiled Code)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1017)
at org.apache.jasper.compiler.Parser.parse(Parser.java:1013)
at org.apache.jasper.compiler.Compiler.compile(Compiled Code)
at
com.netscape.server.http.servlet.NSServletEntity.load(NSServletEntity.java:2
31)
at
com.netscape.server.http.servlet.NSServletEntity.update(NSServletEntity.java
:150)
at
com.netscape.server.http.servlet.NSServletRunner.Service(NSServletRunner.jav
a:446)
though i am not using any resourcebundle.I am just creating the instance of
JSPWriter object to send a string to the output stream.
like out.write ("hello");
this is all i have written in the doStartTag.still i am getting such a
error.please help me to come out of this problem.
thnaks n Regards,
Manoj Kumar.
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets