I’d like to submit a form using a link instead of a submit input. Is there a tag in Grails that does this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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