Trish wrote:
> 
> i have installed tomcat 3.1.1 on SPARC/Solaris 7 platform. everything is
> working fine except that the application i am trying to run/test gives an
> error:
> 
> org.apache.jasper.JasperException: Cannot find any information on property
> 'UserId' in a bean of type 'com.ppd.beans.CrfUser'

I suspect you are encountering the convention that expects the property
name
to start with a lower case letter. Try renaming it userId.

-- 
WBB - [EMAIL PROTECTED]
Java Cert mock exams http://www.lanw.com/java/javacert/
Author of Java Developer's Guide to Servlets and JSP 
ISBN 0-7821-2809-2

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to