Re: Is there any way to process a wicket ajax envelope sent in some non-wicket way like using jQuery or Prototype?

2009-03-14 Thread Vitaly Tsaplin
-server round-trip which will involve a regular wicket ajax call. Should I create an issue for that? On Sat, Mar 14, 2009 at 7:34 PM, Vitaly Tsaplin wrote: >   Hi guys, > >   Is there any way to process a wicket ajax envelope sent in some > non-wicket way like using jQuery or Proto

Is there any way to process a wicket ajax envelope sent in some non-wicket way like using jQuery or Prototype?

2009-03-14 Thread Vitaly Tsaplin
Hi guys, Is there any way to process a wicket ajax envelope sent in some non-wicket way like using jQuery or Prototype? It seem that I can somehow utilize loadedCallback () but i don't know how to call it right way. V