Re: [Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-11-14 Thread Johan Compagner
just curious why do you want to extend it? what do you need?johanOn 11/14/06, Nili Adoram [EMAIL PROTECTED] wrote:In version 1.2.2 is it still cumbersome to extend PopupSettings.all fields are private (windowName, top, left etc.) with no getters, as well as flagToString().-- NiliEelco Hillenius

Re: [Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-11-14 Thread Nili Adoram
replace the hard-coded window.open with window.showModalDialog or some other javascript method that determines the size and location of the popup relative to the opener. Johan Compagner wrote: just curious why do you want to extend it? what do you need? johan On 11/14/06, *Nili Adoram*

Re: [Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-11-13 Thread Nili Adoram
In version 1.2.2 is it still cumbersome to extend PopupSettings. all fields are private (windowName, top, left etc.) with no getters, as well as flagToString(). -- Nili Eelco Hillenius wrote: I'm having trouble with porting this code into wicket. For the first time when one clicks the ...

Re: [Wicket-user] wicket 1.2.1 and ModalDialog problem

2006-09-08 Thread shumbola
Should I provide some other forms of code in order to get help? No developer using wicket faced similar problem? Maybe my approach is not correct? Regards, shumbola All, I've got this simple use case: On compose e-mail page click on some button that shows list of users in modal window and