I'd like to use something like the "update=
" parameter of a <g:remoteLink>
with a <g:actionSubmi开发者_高级运维t>
, so that when the submit button is clicked, it will update a specific target. What's the best way to accomplish this?
I was able to accomplish this by using a <g:remoteForm>
, this allows you to specify an update
parameter. Found at: http://www.grails.org/doc/1.0.x/guide/6.%20The%20Web%20Layer.html section 6.7.1.3
精彩评论