How can I have a submit button (in grails) update a specific target frame?
Posted
by pennstatephil
on Stack Overflow
See other posts from Stack Overflow
or by pennstatephil
Published on 2010-05-25T15:20:59Z
Indexed on
2010/05/25
15:31 UTC
Read the original article
Hit count: 118
I'd like to use something like the "update=
" parameter of a <g:remoteLink>
with a <g:actionSubmit>
, so that when the submit button is clicked, it will update a specific target. What's the best way to accomplish this?
© Stack Overflow or respective owner