Hi,

We've encounter a problem after moving from TomCat v3.0 to TomCat v3.1:

org.apache.jasper.JasperException: argument type mismatch
        at
org.apache.jasper.runtime.JspRuntimeLibrary.introspecthelper(JspRuntimeL
ibrary.java:207)
        at
org.apache.jasper.runtime.JspRuntimeLibrary.introspect(JspRuntimeLibrary
.java:154)
            ...

Here is a reductive jsp code that causes such exception (this code works
fine under TomCat v3.0):

<jsp:useBean id = "someBean" class="someClass"/>
<% someBean.setSession(session); %>
<jsp:setProperty name="someBean" property="someProperty1"/>
<jsp:setProperty name="someBean" property="someProperty2"/>
<% someBean.registerEntity(); %>
<jsp:setProperty name="someBean" property="*"/>
<% someBean.execute(); %>

Could someone please describe what is done incorrect and 
advice some workaround if there is any?

Thanks in advice,
Serge

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

Reply via email to