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