Hi everyone!
does anyone know what would cause this exception to be thrown?
org.apache.jasper.JasperException: object is not an instance of
declaring class
I'm trying to call a method of a bean on a page using a scritplet :
<%=tmpcomp2.getDescription()%>
The bean is instantiated on the page vi the tag
<jsp:useBean id="tmpcomp2" class="com.blah.Component" scope="session"/>

any clues????
Matt

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to