Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,944

    JUnit 4 ContextConfiguration Inheritance

    I'm running into a few issues trying to run some tests with the Spring 2.5 test framework and Maven2 (also have the same issue in eclipse when running all the tests).

    To start out there is 1 base...
  2. Replies
    2
    Views
    1,951

    How did you approach the auto-wiring in the base...

    How did you approach the auto-wiring in the base action. I am looking to do something similar w/o having to maintain 2 config files.
  3. Multiple selects (not a mulit-select box) binding to a Set

    Looking for some advice (if it's even feasible) on how to bind multiple select elements to a Set in a command object. Currently we are working on a Digital Rights Managment (DRM) system where assets...
  4. Replies
    5
    Views
    1,012

    Are you referencing the JSP directly from another...

    Are you referencing the JSP directly from another controllers successView or are you accessing the JSP via a SimpleFormController that returns the correct formBackingObject(..).

    I don't believe...
  5. Binding Long Values with CustomNumberEditor

    Please help, I'm going nuts trying to get a Long Id value to bind using a SimpleFormController. I have tried the initBinder() to register the CustomNumberEditor and I can't seem to get this to work,...
  6. Thanks! That is a huge help and I'd have never...

    Thanks! That is a huge help and I'd have never recognized the local vs bean difference in the <ref> tag. Stupid cut/paste error :(

    Is there any benefit to using local over bean when referencing...
  7. I also have this defined in my web.xml. I forgot...

    I also have this defined in my web.xml. I forgot to add it on my last post



    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>/WEB-INF/dataAccessContext.xml,...
  8. web.xml snippet ...

    web.xml snippet


    <servlet>
    <servlet-name>context</servlet-name>
    <servlet-class>org.springframework.web.context.ContextLoaderListener</servlet-class>
    <load-on-startup>1</load-on-startup>...
  9. Multiple Context Config files not working in Tomcat

    I'm trying to get Spring 1.2 configured with Tomcat 5.0.27 and I cannot seem to get mulitple context files working. I have 3 context files:
    dataAccessContext.xml
    applicationContext.xml...
  10. Replies
    1
    Views
    1,296

    Lookup table pattern

    Does anyone have advice (or know of a pattern) on implementing classes to represent lookup tables? We have a large number of simple id/name tables that I would like to cache at application start...
Results 1 to 10 of 10