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 component at all. I want just to invoke the behaviour from a JavaScript function. Any idea/suggestion? Thank you, Paolo
