Hey all, I'm having a problem with clay after updating to MyFaces 1.1.3 and Tomahawk 1.1.3. I'm getting a couple of these when the webapp is deployed:
2006-06-08 10:02:55,174 2621 ERROR [http-8080-Processor24] org.apache.shale.clay.config.beans.ComponentConfigBean (ComponentConfigBean.java:235) - java.net.MalformedURLException: Path does not start with a "/" character The configuration in the web.xml is <!-- Clay Common Configuration Resources --> <context-param> <param-name>org.apache.shale.clay.COMMON_CONFIG_FILES</param-name> <param-value> /WEB-INF/clay-common-config.xml, /WEB-INF/clay-institution-config.xml, /WEB-INF/clay-common-symbols.xml, /WEB-INF/clay-institution-symbols.xml, /WEB-INF/clay-tomahawk-config.xml </param-value> </context-param> I'm using the shale-1.0.3-SNAPSHOT from the maven repo at http://svn.apache.org/maven-snapshot-repository. The strange thing is that the app seems to start up normally otherwise. Any ideas what could be going on here? I'm also having a problem whenever I submit a form that for some reason it doesn't seem to be doing navigation properly, and strangest of all, the page that is rendered gets rendered three times, one right after the other. Has anyone else seen this odd behaviour? Thanks, Rich --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]