Kaleb Brasee
Kaleb Brasee

Reputation: 51945

Grails GSP tag to submit form with link?

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

Answers (1)

tinny
tinny

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

Related Questions