without a specific usecase its prett difficult to help you. take a look at the ajax behaviors and how they generate callbacks - getCallbackScript() and getCallbackUrl() maybe you can write out to head what you need, something like

<head>
<script>
 function callback(param1, param2) { wicketAjaxGet(......+'&param1='+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

Reply via email to