I have problem running the Pro JSP, 2nd edition struts examples (ch21, CD store exmaple): 1. I can compile and deploy the example fine using ant and build.xml
2. But when running the example from tomcat: http://localhost:8080/ch21/index.jsp displays fine, 3. When I clicked on 'new user registration' I got the following error: ServletException: parsing error processing resource path /WEB-INF/struts-config.xml 4. when I clicked on 'Log on to ..', I got error: ServletException: cannot find ActionMapping or ActionForBeans collection. 5. Just for fun, I tried to compile the source code using javac, and got the following error: cannot resolve symbol: org.apache.struts.util.PropertyUtils, but this class in not in the JavaDOC document. 6. I can run the struts example included with the struts download fine. I believe ant has copied ALL the needed jar files to /WEB-INF/lib. So I am not sure what is wrong. If any of you can shed some light, I would appreciate it. Steve Guo __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

