Search:

Type: Posts; User: glennd; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    6
    Views
    1,292

    I received the same error. As with xverges above,...

    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...
  2. Thread: Change Dojo Css

    by glennd
    Replies
    4
    Views
    3,270

    Replace dijit.css

    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...
  3. Thread: Change Dojo Css

    by glennd
    Replies
    4
    Views
    3,270

    Greetings, I'd like to make modifications to...

    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...
  4. By the way - thanks for the fantastic work!

    By the way - thanks for the fantastic work!
  5. Done:...

    Done: https://issuetracker.springsource.com/browse/STS-1257
  6. roo development shell in STS: can't run script

    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...
  7. Replies
    4
    Views
    5,204

    Am I just missing something here? I'm hardly...

    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...
  8. Replies
    4
    Views
    5,204

    First, thank you, Luke. So I *believe* I did...

    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>
    ...
  9. Replies
    4
    Views
    5,204

    Proxy, redirects and endless loops

    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...
  10. That did the trick! I'm sure I would have...

    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
  11. That's what I thought, but according to my logs...

    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;
  12. SimpleFormController: return model and command in formBackingObject()?

    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...
Results 1 to 12 of 12