Re: [Wicket-user] Server Push (COMET / Reverse Ajax)

2006-08-26 Thread Lorin Metzger
Lorin Metzger wrote: Eelco Hillenius wrote: The problem that I had was that it seemed like all other requests for that session were also blocked even ones that had nothing to do with that behavior. You would have to make sure the request for a push behavior

Re: [Wicket-user] Server Push (COMET / Reverse Ajax)

2006-08-25 Thread Lorin Metzger
above, that I can later apply to specific solutions. Is using a ServletFilter the right approach? Can you think of another way that provides better cohesion with wicket? Thanks, -Lorin Eelco On 8/24/06, Lorin Metzger [EMAIL PROTECTED] wrote: Hi, I was searching the mailing li

Re: [Wicket-user] Server Push (COMET / Reverse Ajax)

2006-08-25 Thread Lorin Metzger
Eelco Hillenius wrote: On 8/25/06, Igor Vaynberg [EMAIL PROTECTED] wrote: i might be totally missing something - but dont you need a special servlet container that maintains open socket separate from threads by using nio? like jetty 6? and then once you have that you need to use

Re: [Wicket-user] Server Push (COMET / Reverse Ajax)

2006-08-25 Thread Lorin Metzger
Eelco Hillenius wrote: The problem that I had was that it seemed like all other requests for that session were also blocked even ones that had nothing to do with that behavior. You would have to make sure the request for a push behavior is handled by it's own

[Wicket-user] Server Push (COMET / Reverse Ajax)

2006-08-24 Thread Lorin Metzger
Hi, I was searching the mailing lists and noticed a few comments about Reverse Ajax and COMET. Mainly jokes about who would ask about it first :) . Has anybody made any serious attempts to add DWR like reverse-ajax support to wicket? If not does anybody have any suggestions on what the

Re: [Wicket-user] AjaxEventBehavior + TR element + IE6

2006-08-14 Thread Lorin Metzger
on, but I have not yet reach that point !) Pierre-Yves Lorin Metzger a écrit : Hi, I was trying to create a DataTable that allowed row selection, by adding a AjaxEventBehavior to the Item of a DataTable.This works fine with Firefox

[Wicket-user] AjaxEventBehavior + TR element + IE6

2006-08-11 Thread Lorin Metzger
Hi, I was trying to create a DataTable that allowed row selection, by adding a AjaxEventBehavior to the Item of a DataTable.This works fine with Firefox 1.5, but I'm having problems with IE6. The onEvent() method gets called when the user clicks a row in the table, but calling

[Wicket-user] AJaxTabbedPanel and AjaxSelfUpdatingTimerBehavior

2006-07-30 Thread Lorin Metzger
Hi, I noticed when I added a Behavior (i.e. AjaxSelfUpdatingTimerBehavior) to my components in a Panel that was then added as a tab to the AjaxTabbedPanel, that the javascript was not added to resulting markup, when the tab containing my Panel was selected. I understand why this is, since