On a side note, since the above error is not directly related to
Tomcat and is a JavaBean related error, I think the Java Forums would
be more appropriate.
-Rashmi
-
To start a new topic, e-mail: users@tomcat.apache.org
To unsub
Hi Tom,
You're getting this error:
org.apache.jasper.JasperException: Cannot find any information on property
'ChainName' in a bean of type 'com.bean.chain.FormBean'
because the FormBean isn't strictly following the JavaBeans notation.
The jsp:useBean, jsp:getProperty and jsp:setProperty tag
I am running Tomcat 5.5.17, Sun JDK 1.5.0_09, Slackware 11. When I execute
AddChain.jsp FormBean.class is called and the following error message
occurs. I have been googling for answers to this error and not found what is
needed to fix my error.
org.apache.jasper.JasperException: Cannot find any