Reputation: 51945
I'd like to submit a form using a link instead of a submit input. Is there a tag in Grails that does this?
Upvotes: 3
Views: 4216
Reputation: 4257
I dont think there is a GSP tag for this. You might have to produce your own custom tag lib.
http://grails.org/doc/1.2.0/guide/single.html#6.3 Tag Libraries
Or, just code the html input yourself
Upvotes: 3