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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
