> i store my class file in the CATALINA_HOME$/common/classes/
For a standard Web application, your common.InfoBean class should be
stored in :
$CATALINA_HOME/webapps/YourAppContext/WEB-INF/classes/common
albert85 - 14 Jan 2006 04:27 GMT
i try to put the classes on your way but still haven't solve the problem
actually what the problem i have???
>> i store my class file in the CATALINA_HOME$/common/classes/
>For a standard Web application, your common.InfoBean class should be
>stored in :
>$CATALINA_HOME/webapps/YourAppContext/WEB-INF/classes/common
> i found the message like this when i run the JSP file
> org.apache.jasper.JasperException: Cannot find any information on property
> 'EmpName' in a bean of type 'common.InfoBean'
Your problem is that you are trying to access a property called
"EmpName" on a bean of type "common.InfoBean", but the JSP container
can't find any information on it.
Seriously, you've got to be kidding. Did you actually believe that the
contents of the JSP file would be irrelevant to solving this problem?
Or the definition of common.InfoBean? Perhaps you think that Tomcat 5.5
is just so broken that it doesn't validly process any JSP files at all?

Signature
www.designacourse.com
The Easiest Way To Train Anyone... Anywhere.
Chris Smith - Lead Software Developer/Technical Trainer
MindIQ Corporation
albert85 - 16 Jan 2006 00:36 GMT
actually what the meaning of "Tomcat 5.5
is just so broken that it doesn't validly process any JSP files at all?"
is it tomcat cannot support jsp?
it could not be, coz the other jsp page i can run successful just several
page i found the problem