js is client side, and wicket is server side.

to pass a value from js to wicket, you may do an ajax query. see wicketAjaxGet and AbstractDefaultAjaxBehavior

freak182 a écrit :
Hello,

My problem is how can i get the return value of a javascript function: e.g

init.js

funtion userExist(id)
{
....................
return true;
}

how can i get the returned value "true" from wicket.

Thanks a lot...Cheers



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to