Search:

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

Search: Search took 0.05 seconds.

  1. Automatically assign variables to ModelMap

    I have an action controller with three separate actions. Each actions loads a different base template. I am using Freemarker as a template engine.

    Despite being three separate pages, they have...
  2. Autowired property is null, certain I'm not creating objects properly but why?

    The XML config:


    <util:map id="simpleConfiguration">
    <entry key="item1" value="value1" />
    </util:map>


    The class and instantiation
  3. Sorry to bump this, I forgot I had written it. ...

    Sorry to bump this, I forgot I had written it.

    I solved the problem though and I hate forum posts that pose a question, and then people go "oh, fixed it, it's cool" and not say anything.

    My...
  4. Sessions using @SessionAtributes or @Autowiring a session scoped bean?

    I personally find the @Autowired approach cleaner, but I'm not really clear if there are really big behind the scenes differences between each approach other than the superficial.

    When would one...
  5. Configure the objectwrapper for FreeMarker

    <bean id="beansWrapper" class="freemarker.ext.beans.BeansWrapper">
    <property name="exposeFields" value="true" />
    </bean>

    <bean id="freemarkerConfig"...
Results 1 to 5 of 5