Hi folks, I am starting to develop mixins. As a start I have implemented the Confirm-Mixin exactly as shown in the wiki: http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained. Everything works as expected.
Next I wanted to tweak the JavaScript a bit. But after saving the changes and hitting the refresh button in the browser I got 404 NOT_FOUND error from jetty. My first guess was, that the js-file could not be found. But I get this error for every page I try to load after that. And as one strange effect, when i call the root URL of the context (http://localhost:8080/myContext/) jetty tells me "/myContext/index.jsp" not found. It seems like the TapestryFilter died somehow. In the jetty-Logs no Exceptions nor Errors are reported. I just see the normal GET-requests and the 404 responses. I have set up the project using the maven archetype and start jetty from the console by issueing "mvn jetty:run". Does anyone have a hint how to track down the reason for this error? Or do I have an error in my project configuration? Thanks in advance, nillehammer --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
