We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e48fd0 commit 898acbcCopy full SHA for 898acbc
src/grails/grails-app/taglib/RenderTagLib.groovy
@@ -246,6 +246,7 @@ class RenderTagLib implements com.opensymphony.module.sitemesh.RequestConstants
246
* title (optional*) - title caption for the column
247
* titleKey (optional*) - title key to use for the column, resolved against the message source
248
* params (optional) - a map containing request parameters
249
+ * action (optional) - the name of the action to use in the link, if not specified the list action will be linked
250
*
251
* Attribute title or titleKey is required. When both attributes are specified then titleKey takes precedence,
252
* resulting in the title caption to be resolved against the message source. In case when the message could
0 commit comments