This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hello freinds Is that Java Webserver2.0 is comptible for jsp taglibs? Iam getting error when compiling a sample code Also could not trace the the javax.servlet.jsp.exttag; Symbol not found error iam getting ..please help me Iam learner of JSP
Originally posted by ramesh kandukuri: Hello freinds Is that Java Webserver2.0 is comptible for jsp taglibs? Iam getting error when compiling a sample code Also could not trace the the javax.servlet.jsp.exttag; Symbol not found error iam getting ..please help me Iam learner of JSP
the package is not javax.servlet.jsp.exttag, its javax.servlet.jsp.tagext. thats onne problem. I am not sure about jws2 - i though jws had died a long long time ago? Its better to use tomcat or is it the one provided with j2sdkee1.2.1 that you are using? that should be up to date.
chanoch<p><a href="http://www.amazon.com/exec/obidos/ASIN/1861007736/" target="_blank" rel="nofollow">Author of Professional Apache Tomcat</a></p>
JWS 2.0 is DEAD last year. Use Tomcat/Resin/J2EE RI or some other app/web server. As the previous poster mentioned, your package name is wrong. Please correct it.