You can redirect to do another controller action.
class PuppyController {
def woof() {
redirect(action:'bark')
}
def bark(){
response.write "Moo"
}
}
At some point, you should either write an answer or redirect the method / closure corresponding to the view so that the user can get the result.
If the method that you are trying to call is on another controller, most likely, it CANNOT BE WRONG.
, , , , , , (, timestamp + "pretty file for" + username) , Service .