Create button to open popup Window.

2007-12-10 Thread Karen Schaper
Hi, I am very new to wicket. My background is with jsp. I'd like to add a button that will open a popup window that contains mulitple checkboxes. The user will select a few checkboxes and then those choices will be listed back on the main page ( using ajax??) Right now I'm trying to figure out

Re: Create button to open popup Window.

2007-12-10 Thread Christian Alejandro Marquez Grabia
Hi Maybe you should look at this example using Modal Windows http://www.wicket-library.com/wicket-examples/ajax/modal-window.1 Cheers, Chris On 12/10/07, Karen Schaper <[EMAIL PROTECTED]> wrote: > > Hi, > > I am very new to wicket. My background is with jsp. > > I'd like to add a button that w

Re: Create button to open popup Window.

2007-12-11 Thread Jeremy Levy
You may want to check out PopupSettings as well. http://wicketstuff.org/wicket13doc/org/apache/wicket/markup/html/link/PopupSettings.html Jeremy On Dec 10, 2007 5:33 PM, Christian Alejandro Marquez Grabia < [EMAIL PROTECTED]> wrote: > Hi > > Maybe you should look at this example using Modal Win