hello everybody,
has anyone here any experience with wicketstuff-push?
i am trying to use it in my app, but it behaves somewhat strangely.
when i call cometdService.publish(event) method from form's onSubmit method,
it works like a charm.
but when i call it from another method - for example ListView's
onModelChanged, then nothing happens.

the reason i need to call it that way is, that i am using xmpp protocol for
a chat application. in form's onSubmit method, i send the message via xmpp's
sendMessage method. When received, the message is processed in a jabber
listener. that is the place for publishing cometd event. if i publish it in
onSubmit, clients often refresh themselves before the message actually
arrives, and that's a problem.

thank you for any help with this. :)

-- 
-danoh-

Reply via email to