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...
Type: Posts; User: euan green; Keyword(s):
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...
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...
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...
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...
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...
Hi,
Did you get any answer to this post? I've got a similar question
Cheers
Euan