Question 1 I'm receiving this error when I try to compile my bean source code (LoginBean.java). "Cannot Resolve Symbol" - Probably JSDK didn't find the struts.jar to complete compilation. I tried to upload struts.jar in <%JSDK_HOME%>/LIB and updated my CLASSPATH, but i continue to getting the same error.
Question 2 Once that i have compiled LoginBean.java... How to do to compile a servlet that use this the Bean Class previously created ? I can't simply instance in my servlet program, cos I get the error "Cannot Resolve..." again - What I need for my servlet to find my LoginBean.class and compile it ? I need to save my LoginBean.class in CLASSPATH too ? Thanks in Advance. Gilson -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

