Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    133

    render ModelAndView programmatically

    I am wondering is it possible to generate ModelAndView's output programatically and not via controller's return parameter. For example: I have the following method that returns a compiled html:

    ...
  2. Replies
    0
    Views
    219

    Spring security: using relative path

    I have an application with name test.war.

    Because of Apache installed on my server I have to use another port number for Tomcat applications so after deployment this application available at...
  3. WebArgumentResolver and java.secutiry.User

    Hello,
    I am trying to implement solution described here.

    Everything fine untill I put
    @ActiveUser User activeUser inside controller's method arguments.
    It fails with:
    Could not instantiate...
  4. Replies
    0
    Views
    532

    Render ModelANdView programatically

    How can I render ModelAndView from code?
    Thanks
  5. Replies
    0
    Views
    350

    Return JSON object with lazy-collections

    Hit there. I am trying to return a JSON object where on of its fields should be ModelAndView (with lazy-collections). HOw can I implement it? I am really need help.
    Thank you.
  6. Thread: I18n

    by nKognito
    Replies
    1
    Views
    352

    I18n

    Hi there.
    If I use this settings:


    <bean id="localeResolver"
    class="org.springframework.web.servlet.i18n.SessionLocaleResolver">
    <property name="defaultLocale" value="de" />
    </bean>...
  7. Replies
    0
    Views
    345

    Fill form fields

    Hi there.
    I am trying to implement this example and I have one question:
    how to implement 'edit' functionality? More specific: how to fill form fields (in createForm.jsp) assuming I am using AJAX...
Results 1 to 7 of 7