If the jsp file below is located at:
e:\tomcat4.1\webapps\rootand userData.class which is not a package is located at:
e:\tomcat4.1\webapps\root\WEB-INF\classes
shouldn't the <jsp:usebean tag work ?
Please see if you can spot the problem...
<code>
<jsp:useBean id="user" class="UserData" scope="session"/>
<jsp:setProperty name="user" property="*"/>
<HTML>
<BODY>
<A HREF="NextPage.jsp">Continue</A>
</BODY>
</HTML>
</code>
e:\tomcat4.1\webapps\rootand userData.class which is not a package is located at:
e:\tomcat4.1\webapps\root\WEB-INF\classes
shouldn't the <jsp:usebean tag work ?
Please see if you can spot the problem...
<code>
<jsp:useBean id="user" class="UserData" scope="session"/>
<jsp:setProperty name="user" property="*"/>
<HTML>
<BODY>
<A HREF="NextPage.jsp">Continue</A>
</BODY>
</HTML>
</code>