You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "PUTHAMODOM, RAJESH" <RA...@fleet.com> on 2003/10/17 15:26:11 UTC

Doubt

Hi


I have developed a JSP Page, HTML and a Bean. I have put the JSP Page in the
C:\jakarta-tomcat-4.1.27\jakarta-tomcat-4.1.27\webapps\examples Directory
and the HTML in the same dir. I have put the Bean class in
C:\jakarta-tomcat-4.1.27\jakarta-tomcat-4.1.27\webapps\examples\WEB-INF\clas
ses directory.


I MY bean , the Path is like this package examples.WEB_INF.classes;

and In mY JSP 
<jsp:useBean id="userInfo" class="examples.WEB_INF.classes.UserInfoBean">
<jsp:setProperty name="userInfo" property="*"/>
</jsp:useBean>

But it does not find the Class. Please let me know how do i do?

Thanks

Rajesh



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org