Re: possible html parsing bug?

2008-04-16 Thread dvd
There is inconsistency here. If both parent.html and child.html have public class WicketApplication extends WebApplication >{ >@Override public void init() { >this.getMarkupSettings().setStripXmlDeclarationFromOutput(true); >} >} > >On Wed, Apr 16, 2008 at 3:06 AM, <[EMAIL PROTECTED

Re: possible html parsing bug?

2008-04-16 Thread Matthew Young
public class WicketApplication extends WebApplication { @Override public void init() { this.getMarkupSettings().setStripXmlDeclarationFromOutput(true); } } On Wed, Apr 16, 2008 at 3:06 AM, <[EMAIL PROTECTED]> wrote: > Hi: > It took me a while to find out why my iframe was not disp

possible html parsing bug?

2008-04-16 Thread dvd
Hi: It took me a while to find out why my iframe was not displaying properly. I have a parent/container page like http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> http://www.w3.org/1999/xhtml"; xmlns:wicket="http://wicket.apache.org/";> ... iframe child and the child page is like ht