I am developing a grails application which uses lot of ajax.If the request is ajax call then it should give response(this part is working), however if I type in the URL ...
I am trying to transition to next state of a WebFlow using Ajax requests. But it stays in the same state and returns the GSP as response for that state while ...
I have a requirement that should have one drop down containing some conditions on age.
like less than 10days,between 10 to 30 days,between 1 month to 3 months,between 4 month to 12 ...
ajax with grails Hello! I wanted to do some Ajax with Grails. How can I change the below code in order to directly read out some information from the xml: Code: ...