I received the same error. As with xverges above, development mode helped me trace it to a JSPX issue. In my case, javascript had been added, but the CDATA bracket did not have forward slashes. It...
Type: Posts; User: glennd; Keyword(s):
I received the same error. As with xverges above, development mode helped me trace it to a JSPX issue. In my case, javascript had been added, but the CDATA bracket did not have forward slashes. It...
To replace any of the Spring-JS-dependencies, copy the files you'd like to replace into the same path that you find in the JAR file.
For example, if you look in spring-js-2.1.1.RELEASE.jar, the...
Greetings, I'd like to make modifications to dijit.css (to make my input boxes wider). I notice that dijit.css is in spring-js-2.1.1.RELEASE.jar\META-INF\dijit\themes\. So I saved an edited version...
By the way - thanks for the fantastic work!
Done: https://issuetracker.springsource.com/browse/STS-1257
Greetings,
I can't seem to run scripts from the roo shell in STS.
Whenever I enter "script foo.roo" or "script --file foo.roo" on the command line in the roo shell in STS, the shell responds...
Am I just missing something here?
I'm hardly doing anything outlandish: routing a Spring-secured webapp through an Apache http server.
But the solution seems to be non-trivial - at least...
First, thank you, Luke.
So I *believe* I did what you suggest:
I copied and changed AuthenticationProcessingFilterEntryPoint and commented out the context path. For example:
<snip>
...
Greetings,
I'm using Apache 2.2, Tomcat 6.0, Spring 2.5 and Spring Security 2.0.4.
I have an application that works just fine if I go directly to Tomcat. For example, if I go to...
That did the trick!
I'm sure I would have figured that out...after three of four sleepless nights. ;)
Thank you both. I appreciate it.
--Glenn
That's what I thought, but according to my logs referenceData() isn't called.
Here's the controller:
import java.io.IOException;
import java.util.Map;
import java.util.HashMap;
Is there a way to return a model along with a command object after a GET request to a SimpleFormController?
My form has info that I don't care about on the POST. I'd like to limit the fields in...