Re: getText issue from javascript

2007-11-28 Thread Dave Newton
First I'd try moving your JavaScript in to actual JavaScript methods and calling them from onclick to avoid any potentially weird escaping/quoting/etc. issues. That eliminates any parsing-oriented issues. d. --- Pablo Vázquez Blázquez <[EMAIL PROTECTED]> wrote: > Hello, > > Any idea about how t

getText issue from javascript

2007-11-28 Thread Pablo Vázquez Blázquez
Hello, Any idea about how the first command (getText) works but the second one does not? 1.- executeScripts="true" onclick="var a = confirm('%{getText('Delete.Confirm')}'); if (a) {dojo.event.topic.publish('/borrarProject');}"> 2.- deleteEmail.inne