RE: DropDownChoice for opening a new Window

2010-07-29 Thread Stefan Lindner
prüngliche Nachricht- Von: Pedro Santos [mailto:pedros...@gmail.com] Gesendet: Donnerstag, 29. Juli 2010 22:32 An: users@wicket.apache.org Betreff: Re: DropDownChoice for opening a new Window The first javascript api that comes to my mind is the onclick method, you can add on your page an Link

Re: DropDownChoice for opening a new Window

2010-07-29 Thread Pedro Santos
pache.org > Betreff: Re: DropDownChoice for opening a new Window > > Yes, use javascript to reach that functionality. For instance, you can add > an AjaxFormComponentUpdatingBehavior for the onchange event of your > DropDownChoice. At the onUpdate method implementation, you can append the &g

RE: DropDownChoice for opening a new Window

2010-07-29 Thread Stefan Lindner
Dear Pedro, thank you! Do you have any code snipplet or just a function name for google? Stefan -Ursprüngliche Nachricht- Von: Pedro Santos [mailto:pedros...@gmail.com] Gesendet: Donnerstag, 29. Juli 2010 22:21 An: users@wicket.apache.org Betreff: Re: DropDownChoice for opening a new

Re: DropDownChoice for opening a new Window

2010-07-29 Thread Pedro Santos
Yes, use javascript to reach that functionality. For instance, you can add an AjaxFormComponentUpdatingBehavior for the onchange event of your DropDownChoice. At the onUpdate method implementation, you can append the needed javascript to open your new window. On Thu, Jul 29, 2010 at 4:58 PM, Stefa