Skip to content

Commit

Permalink
GRAILS-8900: excluding action and controller from generated action tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbywarner committed Jun 1, 2012
1 parent 384b179 commit 0b0b205
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -254,6 +254,8 @@ class JavascriptTagLib implements ApplicationContextAware {
// These options should not be included as attributes of the anchor element.
attrs.remove('method')
attrs.remove('url')
attrs.remove('action')
attrs.remove('controller')

// handle elementId like link
def elementId = attrs.remove('elementId')
Expand Down

0 comments on commit 0b0b205

Please sign in to comment.