I don't think I've ever used a forum were help is so hard to come by. Even browsing the forum, there are so many threads that never got a response from anyone. Threads that are weeks to months old...
Type: Posts; User: n30; Keyword(s):
I don't think I've ever used a forum were help is so hard to come by. Even browsing the forum, there are so many threads that never got a response from anyone. Threads that are weeks to months old...
Using the following code, clicking on the link does not work. STS is not pointing out an errors and Firebug is also showing no errors. When inspecting the DOM, the <a ..>...</a>, has been replace...
Just figured it out. The problem was a path issue just as @arthomps suggested. I had to change the path from the default Spring documented to:
/resources/myDojoReleaseNameFolder/dojo/dojo.js
...
Do I actually have to have a resource folder for the mapping to work. I figure I don't since I'm just mapping a logical name to a physical location. If I have to have an actual resources folder, do...
With <mvc:default-servlet-handler /> all my static resources are served correctly; however, I am still getting 404 errors when a request for /resources/dojo/dojo.js, /resources/dijit/dijit.js,...
Thank you for the reply. I checkd the contents of the jar and all resources are in /META-INF/web-resources/
Currently, I have commented out the tuckey configs in both web.xml and myservlet.xml...
Getting the following errors for all resources that are suppose to be served from org.springframework.js.resources.jar in Firebug:
"NetworkError: 404 Not Found
Ok so this is my third thread and...
I have a custom build of Spring-Js and Spring-Js-Resource with Dojo 1.6.1 build. So what do I do now. I'm a little confused. Where do I copy org.springframework.js.jar and...
I found a workaround... sorta. I copied the standard.profile.js from SpringWebFlowReleaseFolder\projects\spring-js-resources\scripts\ and copied it to the utils directory of the dojo release folder....
Hello,
So, I've read the Spring JavaScript Quick Reference over and over. I've created a custom build of org.springframework.js and org.springframework.js.resources so that I can used Dojo 1.6.1...
Is it possible that Dojo's build.sh is called instead of build.bat?
The build of dojo.1.6.1 and Spring-Webflow-2.3.0 successfully completed on Mac OSX Lion with JDK 1.6.27. Does anyone have any idea why it will not build correctly on Windows XP SP3? If so, is there...
Hello,
I have edited the build.properties file dojo.version to equal 1.6.1. I ran ant clean and then ant. The dojo src zip downloads and unzips but when the build and copy target runs it fails:...