Hi,
You can append a javascript to the AjaxRequestTarget something like:
ajaxRequestTarget.add(myPanelToUpdate);
ajaxRequestTarget.appendJavascript("alert('hello');");
Check:
http://www.mkyong.com/wicket/how-to-call-javscript-after-ajax-update-wicket/
Hope this is what you looking for.
MartinM wrote:
>
> Hi!
>
> Is it possible to simultaneously AjaxUpdate FeedbackPanel And
> window.open popup ?
>
> I need to open a popup (external site) and simultaneously give
> instructions on feedback panel. Anyone done this before?
>
> **
> Martin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/AjaxUpdate-FeedbackPanel-And-window.open-popup-tp24452985p24453443.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]