Skip to content

Commit 898acbc

Browse files
author
marceloverdijk
committed
GRAILS-1246: Added action attribute to javadoc (sortableColumn tag)
git-svn-id: https://svn.codehaus.org/grails/trunk@4529 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 3e48fd0 commit 898acbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/grails/grails-app/taglib/RenderTagLib.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ class RenderTagLib implements com.opensymphony.module.sitemesh.RequestConstants
246246
* title (optional*) - title caption for the column
247247
* titleKey (optional*) - title key to use for the column, resolved against the message source
248248
* 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
249250
*
250251
* Attribute title or titleKey is required. When both attributes are specified then titleKey takes precedence,
251252
* resulting in the title caption to be resolved against the message source. In case when the message could

0 commit comments

Comments
 (0)