Search:

Type: Posts; User: euan green; Keyword(s):

Search: Search took 0.02 seconds.

  1. Hi, I eventually figured out a way to do it, I...

    Hi,

    I eventually figured out a way to do it, I was actually about 90% of the way there already.

    @RequestMapping(value = "/{id}", method = RequestMethod.GET)
    public String...
  2. Forward form object to validator after get request

    Hi,

    Is there a way to perform validation within a method AFTER a form backing object has been created and return any errors to the view? I am creating a form backing object using URL request...
  3. Answering my own question here. I've simply...

    Answering my own question here. I've simply created a new controller called AjaxAutocompleteController with all the different ajax autocomplete methods in it, and this will pick up the ajax requests...
  4. Best place for common ajax autcomplete methods in Controllers?

    Hi,

    In my application I've got several pages which use the same ajax call for a jquery autocomplete field. Where would be the best place to put the method to avoid duplication of code? There a...
  5. Replies
    0
    Views
    257

    Two RequestMappings for one method

    IIneed to capture a case when user hits the 'Enter' button (IE explorer problem) when typing data into a form. I need to send it to the same controller method I would as if the user had clicked...
  6. Hi, Did you get any answer to this post? I've...

    Hi,

    Did you get any answer to this post? I've got a similar question
    Cheers

    Euan
Results 1 to 6 of 6