Re: [Wicket-user] modal window with form

2007-01-08 Thread Igor Vaynberg
you would put all this into a base page, and your markup inheritance to template it for the rest of the pages. -igor On 1/8/07, Nili Adoram <[EMAIL PROTECTED]> wrote: Hi all, I want to implement the following: All application pages should contain some "Search" button. When the user clicks thi

[Wicket-user] modal window with form

2007-01-08 Thread Nili Adoram
Hi all, I want to implement the following: All application pages should contain some "Search" button. When the user clicks this button, a modal dialog with "Search Form" will be displayed. Once the user submits the form the modal dialog should be closed and "Search Results Page" will be displayed

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Marc-Andre Houle
Problem solved in the latest build.Thanks a lot.On 10/26/06, Marc-André Houle <[EMAIL PROTECTED]> wrote: Yeah, sorry to not have said it before, I use wicket 1.2.2.How long until 1.2.3?  If it is a matter of days, I'll wait to integrate with our application.  If long, I'll check the svn versionwith

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Marc-André Houle
Yeah, sorry to not have said it before, I use wicket 1.2.2. How long until 1.2.3? If it is a matter of days, I'll wait to integrate with our application. If long, I'll check the svn version with the example I submitted here. Marc Le 06-10-26 à 03:13, Matej Knopp a écrit : > > Can you please

Re: [Wicket-user] Modal window with form

2006-10-26 Thread Matej Knopp
Can you please use the latest SVN version (or wait until 1.2.3 is out) to see if any of those issues persist? -Matej Marc-Andre Houle wrote: > I got problems with a form in a Modal Window. > In IE, it is not possible to pass from one field to the other with the > key. > > Step to reproduce :

[Wicket-user] Modal window with form

2006-10-25 Thread Marc-Andre Houle
I got problems with a form in a Modal Window.In IE, it is not possible to pass from one field to the other with the key.Step to reproduce :  - get the quickstart package from the wicket site  - Replace source file with what is given in this mail - Build, deploy, open in IE, click to open the moda