Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / January 2006

Tip: Looking for answers? Try searching our database.

unsolve problem

Thread view: 
albert85 - 14 Jan 2006 02:43 GMT
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'
    org.apache.jasper.runtime.JspRuntimeLibrary.getReadMethod(JspRuntimeLibrary.
java:837)
    org.apache.jasper.compiler.Generator$GenerateVisitor.visit(Generator.java:
1011)
    org.apache.jasper.compiler.Node$GetProperty.accept(Node.java:1062)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
    org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2213)
    org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2219)
    org.apache.jasper.compiler.Node$Root.accept(Node.java:456)
    org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2163)
    org.apache.jasper.compiler.Generator.generate(Generator.java:3284)
    org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:189)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:267)
    org.apache.jasper.compiler.Compiler.compile(Compiler.java:255)
    org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:
563)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:
293)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

can someone please help me to solve what the problem that i face
i store my class file in the CATALINA_HOME$/common/classes/
i using tomcat 5.5
hiwa - 14 Jan 2006 04:09 GMT
>  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
Chris Smith - 14 Jan 2006 04:33 GMT
> 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


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.