Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    0
    Views
    689

    Spring+JPA Session Closed! error

    I've been creating a new spring+JPA project following the setup outlined by Ben Hale here however all my DAO methods throw an exception with the Session Closed! error.

    I can fix this by adding...
  2. How to use form backing objects in non trivial scenarios

    The examples I've found of SimpleFormController show an existing business object being used as the backing object.

    My question is, what if the form fields do not map exactly onto the business...
  3. Replies
    0
    Views
    817

    Updated examples for Spring 2.0

    Hi,

    Which of the examples have been updated for Spring 2.0, ie with the new xml configuration etc., the documentation doesn't specify.

    I'm just about to start looking at Spring for a new...
  4. Replies
    2
    Views
    2,289

    AJAX+Spring Basics

    Having just completed my first Spring project (a simple web app) I want to add some ajax into it.

    What frameworks/libraries/helpers are people using to add ajax to spring?

    Are there any...
  5. Replies
    1
    Views
    858

    accessing bind errors

    Is there a different way of access bind errors other than ${status.errorMessage} as I want display all my errors together at the end of my document, not beside each form element as currently happens...
  6. Replies
    0
    Views
    548

    request parameter somehow cached?

    I have a simple page that deletes a row from my database, this controller is mapped to /delete.htm and is used e.g in the form /delete.html?del=22 where 22 is an example identifier of a persisted...
  7. automatically logging user in after user creation.

    After a user creates an account for themselves using a SimpleFormController, instead of the user being redirected to the login form, I want the user to be automatically logged in with their new...
Results 1 to 7 of 7