Dear Wicket wizzards,

given is a page A with a HTML file that has no doctype, just starting with 
<html>...<wicket:child>

The Page's class is extended by B and the markup of B has a proper HTML file 
with XML and doctype lines.

What is the intended behavior of wicket?

1. Ignore the exdending B's xml and doctype an use the settings form A
2. Override the settings from A with the proper doctype from B
3. Control it in Wicket's Application.init()?

getMarkupSettings().setStripXmlDeclarationFromOutput(true/false) has no effect. 
In my case (given A that cannot be modified) item 1. is true.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to