you have to have a component on the serverside because where do you call it
on?
You could use the page itself.
Add an ajax behavior to that and then generate the url from that behavior
(that is the getCallbackScript() method)
and add that piece of script somewhere.
johan
On 12/1/06, Paolo Di To
Is there in wicket an easy way to fire a custom ajax event from a javascript
function?
In other words I would like to invoke a server side behaviour from a client
page using JavaScript.
This is very easy to do for standard events like "onchange", "onclick" on
components.
But I don't have any co