Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Eelco Hillenius
So for those readers that didn't google yet, here it an example http://www.huddletogether.com/projects/lightbox/ Eelco On 8/10/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > Indeed it is, plebe. :) > > > On 8/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > > > > i think the problem is nick t

Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Nick Heudecker
Indeed it is, plebe.  :)On 8/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote: i think the problem is nick thinks everyone is as enlightened as he is - but its a lonely place way up top there :) - Using Tomcat but need to do more

Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Igor Vaynberg
i think the problem is nick thinks everyone is as enlightened as he is - but its a lonely place way up top there :)-IgorOn 8/10/06, Eelco Hillenius <[EMAIL PROTECTED]> wrote: I did fucking google it and got a few pages that didn't help much - inhindsight I should've googled for just 'lightbox' ins

Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Eelco Hillenius
I did fucking google it and got a few pages that didn't help much - in hindsight I should've googled for just 'lightbox' instead 'lightbox pattern'. As I'm not interested in googling for anyway for the sole sake of trying to help out on this list, a question like this could include a link with an e

Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Igor Vaynberg
http://justfuckinggoogleit.com/search?hl=en&q=lightbox&btnG=Google+Searchand no...the lightbox pattern should not be a problem for wicket versions > 1.2.2 - the lightbox will open a new iframe - wicket should detect this using the window.name and create a pagemap automagically.-IgorOn 8/10/06, Eel

Re: [Wicket-user] Lightbox Pattern and the PageMap

2006-08-10 Thread Eelco Hillenius
Pardon my ignorance, but would you mind sharing what exactly a lightbox pattern is? Eelco On 8/9/06, Nick Heudecker <[EMAIL PROTECTED]> wrote: > All: > > I'm going to be using the lightbox pattern in a number of pages. The > lightboxed pages will have forms, so I'm concerned that they might cau

[Wicket-user] Lightbox Pattern and the PageMap

2006-08-09 Thread Nick Heudecker
All:I'm going to be using the lightbox pattern in a number of pages.  The lightboxed pages will have forms, so I'm concerned that they might cause page expirations when I'd rather they not.  Any thoughts on this?  Thanks. -Nick ---