Re: Call the server from a javascript function

2008-10-08 Thread Adriano dos Santos Fernandes
jWeekend escreveu: Adriano, Create the AbstractAjaxBehaiour you want, call getCallbackUrk() on it and use the returned URL as a parameter to wicketAjaxGet in the JavaScript you're generating. Thanks, Cemal. I'm now able to go further. Adriano

Re: Call the server from a javascript function

2008-10-07 Thread jWeekend
uld do it? > > > Adriano > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Call-the-server-from-a-javasc

Re: Call the server from a javascript function

2008-10-07 Thread Timo Rantalaiho
On Tue, 07 Oct 2008, Adriano dos Santos Fernandes wrote: > I need to call the server side from a javascript (generated by a > component) function. Kind of Link/AjaxLink onClick, but instead of have > it attached to a DOM event, I need to generate the javascript function > that does the job. E.g

Call the server from a javascript function

2008-10-07 Thread Adriano dos Santos Fernandes
I need to call the server side from a javascript (generated by a component) function. Kind of Link/AjaxLink onClick, but instead of have it attached to a DOM event, I need to generate the javascript function that does the job. Could you point me out how I could do it? Adriano -