[Seaside] Newbie Q: Help with Canvas API Radiobuttons and Ajax

Shawn MacIntyre smacintyre at mac.com
Mon Mar 13 15:02:09 UTC 2006


On Mar 12, 2006, at 2:01, Lukas Renggli wrote:

>>  with: 'Yes';
>>  callback: [ self yesVote ].
>> [...]
>>  with: 'No';
>>  callback: [ self noVote ].
>
> #with: must be always the last message in the cascade, because it
> triggers to emit the HTML tag to the stream. In you version the
> callback gets ignored after all, it should work if you swap #with: and
> #callback:
>

Thank you very much for your help Lukas!

It works perfectly now -- I know I was just miss understand how  
things worked.

Thanks,
Shawn
--
Shawn MacIntyre
Edmonton, Alberta, Canada




More information about the Seaside mailing list