Hi, I'm new to cocoon2. Just installed it on tomcat-3.2.2. When I tried to access it via http://localhost:8080/cocoon, I got an exception as following. I checked in the generated source code of sitemap_xmap.java. The variable param seems not defined before using. What's reason? Did I do anything wrong? Btw, I copied xerces_1_3_1.jar to tomcat\lib. If I didn't, I would got some other exceptions. Thanks in advance. ------------------------------------------------------- org.apache.cocoon.ProcessingException: Language Exception:org.apache.cocoon.components.language.LanguageException: Error compiling sitemap_xmap: Line 0, column 0: D:\jakarta-tomcat-3.2.2\work\localhost_8080%2Fcocoon\org\apache\cocoon\www\sitemap_xmap.java:460: Undefined variable: param if (param != null) { ^ Line 0, column 0: D:\jakarta-tomcat-3.2.2\work\localhost_8080%2Fcocoon\org\apache\cocoon\www\sitemap_xmap.java:461: Undefined variable or class name: param String compareToString = param.getParameter ("parameter-selector-test", null); ^ ===== Hu Wei __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]