Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-26 Thread Rodolfo Hansen
Ok, thanks for the quickstart. I just submitted the fix to svn... On Tue, Jan 19, 2010 at 2:38 AM, vineet semwal wrote: > thanks, > i will take a look at them. > > On Mon, Jan 18, 2010 at 9:32 PM, Rodolfo Hansen wrote: > > > On Fri, Jan 15, 2010 at 5:24 AM, vineet semwal > > wrote: > > > > > >

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-18 Thread vineet semwal
thanks, i will take a look at them. On Mon, Jan 18, 2010 at 9:32 PM, Rodolfo Hansen wrote: > On Fri, Jan 15, 2010 at 5:24 AM, vineet semwal > wrote: > > > > > Sorry ,a little late .. > > push is a great project,thanks for your efforts. > > > > i am a little confused, > > 1)does the time out only

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-18 Thread Rodolfo Hansen
On Fri, Jan 15, 2010 at 5:24 AM, vineet semwal wrote: > > Sorry ,a little late .. > push is a great project,thanks for your efforts. > > i am a little confused, > 1)does the time out only happens after a remove event is published or apart > from this, there is another > timeout which happens when

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2010-01-15 Thread vineet semwal
Sorry ,a little late .. push is a great project,thanks for your efforts. i am a little confused, 1)does the time out only happens after a remove event is published or apart from this, there is another timeout which happens when server is finished pushing into the client? 2)i see some problems wh

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-26 Thread Rodolfo Hansen
Regarding remove listeners: Most browsers fail to report the remove event. Only firefox reports removal immediately, all other browsers depend on the timeout for a comet reconnect to notice and fire the remove event; you may need to lower the timeout for the cometd connections. Also,can i instal

Re: wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
regarding first doubt, i can't seem to catch the event in page 1 if i publish a event in page 2, On Thu, Dec 24, 2009 at 7:33 PM, vineet semwal wrote: > Hellos, > recently i started using wicketstuff push ,i have few doubts as following > .. > i have a situation where i need to publish a event in

wicketstuff push, publishing event in a page2 and component installed with channel listener in page1

2009-12-24 Thread vineet semwal
Hellos, recently i started using wicketstuff push ,i have few doubts as following .. i have a situation where i need to publish a event in page 2 and add the channel listener in page 1 . for eg. a sign out event published in page 2 which i do using a remove listener. Also,can i install more than o