RE: Problem rendering JSP 2.0 examples on Tomcat install

2004-09-16 Thread Shapira, Yoav
. Yoav Shapira Millennium Research Informatics -Original Message- From: Fred Blaise [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 15, 2004 9:38 PM To: Tomcat Users List; [EMAIL PROTECTED] Subject: Re: Problem rendering JSP 2.0 examples on Tomcat install it seems like you're passing

Problem rendering JSP 2.0 examples on Tomcat install

2004-09-15 Thread Luke FERNANDEZ
Has anybody else had difficulty running the JSP 2.0 examples after Tomcat 5.0 install? The JSP 1.2 Examples work correctly but 2.0 do not.what am I doing wrong? Here's a typical exception when running the HelloWorld Tab example: javax.servlet.ServletException: Error instantiating servlet

Re: Problem rendering JSP 2.0 examples on Tomcat install

2004-09-15 Thread Fred Blaise
it seems like you're passing the wrong argument to the function... method: _jspx_meth_mytag_helloWorld_0 signature: (Ljavax/servlet/jsp/PageContext;)Z) Incompatible argument to function code? fb. On Wed, 2004-09-15 at 17:22 -0600, Luke FERNANDEZ wrote: Incompatible argument to function