Re: [Wicket-user] Questions about non-wicket ajax call to wicket component

2007-03-06 Thread Michael K
Thanks very much. It's working now. Cheers, Michael Igor Vaynberg <[EMAIL PROTECTED]> wrote: see ComponentRequestTarget which will render a markup of a certain component only and RequestCycle.urlFor(Component,RequestInterface) which will create a url to any callback method on any component

Re: [Wicket-user] Questions about non-wicket ajax call to wicket component

2007-03-05 Thread Igor Vaynberg
see ComponentRequestTarget which will render a markup of a certain component only and RequestCycle.urlFor(Component,RequestInterface) which will create a url to any callback method on any component -igor On 3/5/07, Michael K <[EMAIL PROTECTED]> wrote: Hi, I got a problem when i tried to u