You could over-ride getAjaxCallDecorator() on your AjaxButton. e.g.
protected IAjaxCallDecorator getAjaxCallDecorator() { 
  return new AjaxCallDecorator() { 
    public CharSequence decorateScript(CharSequence script) { return 
"window.open('http://www.google.com','newwindow');" + script; }};}
> Date: Mon, 13 Jul 2009 01:17:18 +0300
> Subject: AjaxUpdate FeedbackPanel And window.open popup
> From: martin.maku...@koodaripalvelut.com
> To: users@wicket.apache.org
> 
> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 

_________________________________________________________________
Windows Live™ SkyDrive™: Get 25 GB of free online storage.
http://windowslive.com/online/skydrive?ocid=TXT_TAGLM_WL_SD_25GB_062009

Reply via email to