<div>Hi - Newbie Question,</div>
<div>&nbsp;</div>
<div>I&#39;m trying to update more than one specific element with anchor&#39;s, submitButton&#39;s etc, etc... </div>
<div>&nbsp;</div>
<div>Rather than updating the div which contains both elements I was wondering how to cascade the onClick method (?)&nbsp;or updater method (?)&nbsp;so&nbsp;that multiple id&#39;s&nbsp;with corresponding callbacks can be updated.</div>
<div>&nbsp;</div>
<div>Following&nbsp;is what I have been using for html anchor, which works fine but the&nbsp;onSuccess&nbsp;cascade doesn&#39;t work with submitButton etc.</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; html anchor<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;onClick: (html updater<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id: &#39;box1&#39;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; callback: [ :r |&nbsp;self renderContents1: r ];<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; onSuccess: ( html updater<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; id: &#39;box2&#39;;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; callback: [ :r | self&nbsp;renderContents2: r&nbsp;]));&nbsp;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;with:&nbsp;&#39;Go&#39;</div>
<div>&nbsp;</div>
<div>Cheers,</div>
<div>&nbsp;</div>
<div>Dirk<br>&nbsp;</div>