I have a cool bit of dojo running where I click a button and it brings a success message on the screen via JavaScript. Is it possible to issue a call to a server-side Groovy script (eg. foo.groovy) from within this JavaScript?
Not only do I want to show the cool success message, but I need to do some work in the background at that point also.