Hi All,
I am trying to give the instance of a javaobject as an attribute to a self
written Custom Tag.
I put it in my Jsp with
<jsp:useBean id="RS" class="try1.Jsp5Bean" scope="page"/>
then run the Custom Tag with <xxx:yy rs="RS" />
If in my Tag-Javaclass rs is a String, then i got no Error, but if rs is a
javaclass i got
javax.servlet.ServletException: argument type mismatch.....
Can anybody please help me
Thanks Herb
===========================================================================
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