Re: Transmitting a javascript-value to the server using JSON

2009-01-17 Thread Thiago H. de Paula Figueiredo
Em Sat, 17 Jan 2009 01:56:08 -0300, Kalle Korhonen kalle.o.korho...@gmail.com escreveu: What's the closest equivalent of T4's EventListener in T5? You can do ActionLink with zone and @OnEvent on the server, but what I loved about T4's EventListener was that you could hook an arbitrary

Re: Transmitting a javascript-value to the server using JSON

2009-01-17 Thread Kalle Korhonen
On Sat, Jan 17, 2009 at 6:55 AM, Thiago H. de Paula Figueiredo thiag...@gmail.com wrote: Em Sat, 17 Jan 2009 01:56:08 -0300, Kalle Korhonen kalle.o.korho...@gmail.com escreveu: ActionLink with zone and @OnEvent on the server, but what I loved about T4's EventListener was that you could

Re: T5: Intercepting the body of a component

2009-01-17 Thread zack1403
Any progress on being able to grab and render the component body from the component class? I am writing a component that has to display data recursively and this seems like the best option. Thanks, Zack Howard Lewis Ship wrote: This is one of those cases that is, somewhat delibrately, not

Re: Ajax polling using zone

2009-01-17 Thread Kalle Korhonen
Likely you got the problem solved already but since I had similar need, I'll reply here for others. The problem is that you are taking the wrong url from static html (probably looked different in the older versions) and you are basically sending /page# as an XHR (Firebug is your friend when it

Re: T5: T5 and EJB3

2009-01-17 Thread Kalle Korhonen
Hey Geoff, did anything come out of your jSecurity investigations? Did you run into any issues with it and do you have any other comments for/against using it with T5? Kalle On Thu, Apr 24, 2008 at 6:37 AM, Geoff Callender geoff.callender.jumpst...@gmail.com wrote: CG, Sorry, no max