ボタンがクリックされたときに doRemoveObject メソッドが実行されないのはなぜでしょうか。
(html button)
id: 'objectRemoveButton';
bePush;
onClick: (html scriptaculous request
callback: [self doRemoveObject];
confirm: 'Are you sure you want to delete this?');
with: 'Remove object'