Hi all,

My application was working fine with Tomcat 5.0.19, after an upgrade to 5.0.28 version this morning I got the following error when trying to compile JSP page.

1430:08,794 (Compiler.java:407) ERROR Error compiling file: /C:/servers/jakarta-tomcat-5.0.28/work/Catalina/localhost/gea_web//org/apache/jsp/jsp\main_jsp.java [javac] Compiling 1 source file

C:\servers\jakarta-tomcat-5.0.28\work\Catalina\localhost\gea_web\org\apache\jsp\jsp\main_jsp.java:216: _jspx_meth_html_form_0(javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.PageContext) in org.apache.jsp.jsp.main_jsp cannot be applied to (org.apache.struts.taglib.html.HtmlTag,javax.servlet.jsp.PageContext)
if (_jspx_meth_html_form_0(_jspx_th_html_html_0, _jspx_page_context))


..............
Note: C:\servers\jakarta-tomcat-5.0.28\work\Catalina\localhost\gea_web\org\apache\jsp\jsp\main_jsp.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
42 errors


There are 42 errors, but all of them have the same nature. Any idea ?

By the way, does somebody know how can I "Recompile with -Xlint:unchecked for details" in case of a JSP page.

Thanks in advance.

--
xand
mailto: [EMAIL PROTECTED]
http://xand.ws
ICQ: 104439346
MSMSN: [EMAIL PROTECTED]



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



Reply via email to