开发者

How can I have a submit button (in grails) update a specific target frame?

开发者 https://www.devze.com 2022-12-31 19:34 出处:网络
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 t

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

0

精彩评论

暂无评论...
验证码 换一张
取 消