Solution:
<div class="center">
<img name="${bin.getId()}" src="${createLinkTo(dir: 'images', file: 'remove.gif')}" alt="zoom" onclick="new Ajax.Updater
('bin-container-${db}', '/quality-war/management/remove_bin_ajax', {asynchronous:true,evalScripts:true,parameters
:'bin=${bin.getId()}&database=${db}'});"/>
</div>
this also shows how to submit several parameters at once in plain ajax style.
No comments:
Post a Comment