Re: opening ModalWindow on page load

2010-12-04 Thread Ernesto Reinaldo Barreiro
Done. Added the class to: https://cwiki.apache.org/confluence/display/WICKET/Modal+Windows Regards, Ernesto On Tue, Nov 23, 2010 at 4:24 PM, Martin Grigorov mgrigo...@apache.org wrote: Wiki page is OK for now. 1) it is easy to create if needed 2) I don't remember such request in the

opening ModalWindow on page load

2010-11-23 Thread Ernesto Reinaldo Barreiro
Hi, In one of the application we working at right now we have the requirement that the user should fill in some extra information before he/she is allowed to work with some pages. We wanted to do this with a modal window blocking the page till this information is provided. So, the requirement is:

Re: opening ModalWindow on page load

2010-11-23 Thread Martin Grigorov
Wiki page is OK for now. 1) it is easy to create if needed 2) I don't remember such request in the mailing lists for the last 2 years, so it is not something everyone needs My 2c. On Tue, Nov 23, 2010 at 4:16 PM, Ernesto Reinaldo Barreiro reier...@gmail.com wrote: Hi, In one of the

Re: opening ModalWindow on page load

2010-11-23 Thread Major Péter
Hi, A colleague of mine wanted to do the same just last week. He ended up dropping modal window, and the problem was solved in a different way, so there are use-cases for this functionality. (ours was: popping a modal window for user to accept/decline a pre-defined profile image on first

Re: opening ModalWindow on page load

2010-11-23 Thread Ernesto Reinaldo Barreiro
Martin, Yes you are right the requests/e-mails I have seen are older that two years. But I'm not sure this is not a feature everyone needs: maybe when people have such a need they look at ModalWindow and then realize it can't do the job and then turn to use other solution (e.g. jquery Dialog

Re: opening ModalWindow on page load

2010-11-23 Thread Ernesto Reinaldo Barreiro
Peter, p.s.: Ernesto, thanks for sharing your code! Glad to be of some help:-) Regards, Ernesto - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org