Re: Q: Body Scripts in T4.1 DojoAjaxResponseBuilder

2007-01-11 Thread Jeremy F. Kassis
O.K. Jessek, I'll file a bug. F.Y.I. Here is the response that's coming back. The conspicuous alert('hi'); isn't coming up after the page load and none of the other script in that block is executing. http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; [ ]> http://localhos

Re: Q: Body Scripts in T4.1 DojoAjaxResponseBuilder

2007-01-11 Thread Jesse Kuhnert
If it's not getting parsed out / executed it definitely sounds like a bug. Could've sworn I was handling this but maybe it got overlooked somehow. If you file a JIRA issue I'll be able to take a peak during my next round of changes. On 1/10/07, Jeremy F. Kassis <[EMAIL PROTECTED]> wrote: Hi eve

Re: Q: Body Scripts in T4.1 DojoAjaxResponseBuilder

2007-01-10 Thread Alexandru Dragomir
I think you must put your javascript in the part of the YourComponent.script file and then , in the YourComponent.java file , execute the script. There are good examples in the timetracker application. Cheers , Alex On 1/10/07, Jeremy F. Kassis <[EMAIL PROTECTED]> wrote: Hi everyone, I'm