Hey all, I'm trying to finish the last few bugs before an AppFuse release. Here's a link to the one I'm working on:
http://issues.appfuse.org/browse/APF-1042 I'm using Struts 2.3.7 and trying to see if debug=console still works. I do get a popup, but I get an error for the following files. Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/struts/dojo/dojo.js Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:8080/struts/dojo/src/event/__package__.js I have the following filter mapping in my web.xml: <!-- For Struts debugging console --> <filter-mapping> <filter-name>struts</filter-name> <url-pattern>/struts/*</url-pattern> </filter-mapping> Similarly, when I do debug=browser, I get: GET http://localhost:8080/struts/dojo/dojo.js 404 (Not Found) mainMenu.action:17 • Uncaught ReferenceError: dojo is not defined Thanks, Matt --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
