you can use the appendJavascript method from the AjaxRequestTarget like:
target.appendJavascript ("alert('some message')");On Thu, Jul 1, 2010 at 1:21 PM, Maris Orbidans <[email protected]>wrote: > > Wicket experts, > > I have a form with Ajax submit button. Upon completing ajax request > I want to show javascript popup with a message from server. > How to do it ? > > > Maris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Pedro Henrique Oliveira dos Santos
