Details
Description
On the following documentation page:
http://www.grails.org/doc/1.3.x/ref/Tags/remoteFunction.html
it appears:
Example changing the asynchronous option to false:
<select from="[1,2,3,4,5]}" onchange="$
{remoteFunction(action:'bookbyname', update:[success:'great', failure:'ohno'], options=[asynchronous:false]}" />
where it should be:
<select from="[1,2,3,4,5]}" onchange="$
{remoteFunction(action:'bookbyname', update:[success:'great', failure:'ohno'], options:[asynchronous:false]}" />
Thanks
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits
Fixed.
1.3.5: http://github.com/grails/grails-doc/commit/7affd2eee71eda1cbb9f3209737dc4ab5d9cd7fa
1.2.5: http://github.com/grails/grails-doc/commit/7334501971ecd5168664c51a5e6db0466eada063