<head>
<script>
function callback(param1, param2) { wicketAjaxGet(......+'¶m1='+param1...)
</script>
have the above produced by an ajax behavior you added to the component that needs to receive the event and then in your _javascript_ call the callback() func with your parameters.
-Igor
On 6/15/06, Yuri Magrisso <[EMAIL PROTECTED]> wrote:
Hi,
I have a page with behaviors that is easier for me to code directly in _javascript_. I would like to render a page, let the user input data, then send this data to the page and rerender the components that need refreshing. Basically what I need is to either send a form or just append parameters to a link and refresh various components on the page, not belonging to the form.
How should I do that?
Thanks,Yuri
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user
_______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
