Search:

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

Search: Search took 0.03 seconds.

  1. To Spring: Does Spring 3.0 mvc supports JSR 168.

    Hi,

    Please answer the question and let us know if any official workaround to move spring 2.5 application to spring 3.0.

    We have found its breaking in request dispatching.

    The JSR 168...
  2. Using SimpleFormController instead annotation in Spring 3.0

    Hi,
    We are moving from spring 2.5 to Spring 3.0. Right now we have our controller based on SimpleFormController and we know that it is deprecated now but we cannot change our codebase to use...
  3. Same problem

    Hi,
    I am having same problem, have one portlet with mulitple controllers.
    We are moving from spring 2.5 to Spring 3 and websphere portal 6.0 to 70.

    We dont have annotation based controller. Also...
  4. Replies
    1
    Views
    394

    SimpleFormController Portlet version

    I am trying to display form using simpleformcontroller in portlet.

    I have portlet which has formview property. when portlet loaded it displays that page but not sure why it calls onSubmitAction...
  5. See session in view pattern

    Not sure about exact problem you are facing, but I will recommend you to google for "Session In View" pattern, to overcome with lazy init and detached objects problems.
  6. Replies
    2
    Views
    872

    dataSource is required property

    Besided setting user name, password, url you have to also set datasource property like
    <property name="dataSource">

    <ref local="dataSource"/>

    </property>

    For more info:...
Results 1 to 6 of 6