Made it works. Cake generate a script like this : <script
type="text/javascript">Event.observe('submit31449', 'click',
function(event){ new Ajax.Updater('tasks_todo','/cake/tasks/add',
{asynchronous:true, evalScripts:true,
parameters:Form.serialize(Event.element(event).form)})},true);</script>.
What doesn't seem to work in Opera is the useCapture to true at the
end. I don't know if cake really need it for other things, but if not
maybe you could remove it.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Cake PHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cake-php -~----------~----~----~----~------~----~------~--~---
