It is probably to do with introspecting your bean. Make sure that bean is a
bean ie. private instance variables with getters and setters. Before using
getProperty or setProperty on these member variables, call:

<jsp:setProperty name="beanName" property="*" />

This calls the introspector.

Raj.

-----Original Message-----
From: Mistroni Marco [mailto:[EMAIL PROTECTED]]
Sent: 29 March 2000 13:44
To: [EMAIL PROTECTED]
Subject: JSP EXCEPTION/2


HI ALL,
  regaring to my prev message, the error is
JspRuntimeLibrary.introspecthelper
anyone can help me?
regards
        marco

===========================================================================
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

===========================================================================
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

Reply via email to