Really sorry, for a triple post. Unfortunately I cannot take them down. I somehow got through both previous issues. It turns out that there was some kind of a clash between Facelets and XTC. The validation error was caused by some Facelets classes trying to parse XTC taglibs. I overlooked that. I also managed to compile the 0.5 version using Maven.
There is another issue though. I can see from the implementation that ClassLoader.getResource() calls are used to load the actual view file. This does not seem to work in my case. I pass arguments like "/WEB-INF/views/index.xhtml". I double-checked that the file exists. In a regular Servlet app, I would use a ServletContext.getResource() call. I think that might be related to the fact that subdirectories of "/WEB-INF" are not "on the class path", in order to prevent people from being able to see the contents of some jsp's, etc. Is there some canonical way to overcome this? Julek ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2670378

