Pages

Monday, February 9, 2015

grails gsp form vs g:form

I had this problem recently. I have several forms with submit buttons, that call different controllers and actions. And i used simple <form> tags. The submit buttons were calling completely different controller that was specified in the <form controller=''>. Well, turns out that to user controller/action parameters i have to use the grails <g:form> tag. Almost broke my brain on this.

No comments:

Post a Comment