[Wicket-user] Betr.: Re: IFrame + PageMap

2006-11-14 Thread Marieke Vandamme
Hello, Thx for the reply. I thought about that first, but i need to take all the space i can use (width:100%; height:100%) and the overflow:scroll; option isn't working then (at least not in all browsers, Firfox doesn't support it). Marieke. Erik van Oosten [EMAIL PROTECTED] Verzonden

[Wicket-user] Betr.: Re: IFrame + PageMap

2006-11-14 Thread Marieke Vandamme
The first time I set the src of the iframe, it doesn't happen indeed. I tried to remove the pagemap, but with no luck. My code now looks like this : PageMap.forName(subpage).remove(); iFrame.add(new SimpleAttributeModifier(src, urlFor(PageMap.forName(subpage), SubPage.class, null))); When

Re: [Wicket-user] Betr.: Re: IFrame + PageMap

2006-11-14 Thread Erik van Oosten
Hello, Did you already try to set the src attribute to about:blank the first time? This works in IE and FireFox, not sure about other browsers. Alternatively, you can create a special page that is empty. Erik. Marieke Vandamme schreef: The first time I set the src of the iframe, it

Re: [Wicket-user] Betr.: Re: IFrame + PageMap

2006-11-14 Thread Johan Compagner
ahhthe meta stuff is not cleared! Thats a bug.johanOn 11/14/06, Marieke Vandamme [EMAIL PROTECTED] wrote: The first time I set the src of the iframe, it doesn't happen indeed. I tried to remove the pagemap, but with no luck. My code now looks like this : PageMap.forName(subpage).remove();