I read here, that in the GSP we could write:
${params.action}
From the GSP, we could call a Javascript function with ${params.action}
as parameter (see here).
Is there any other way to get the action name without passing parameters from the GSP view?