doctype and markup inheritance

2010-05-11 Thread Stefan Lindner
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: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Re: doctype and markup inheritance

2010-05-11 Thread Dr. Wolf Blecher
Hi Stefan,

as far as I understood markup inheritance correctly, the xml and doctype
of B is ignored and only the part that is specified inside the
wicket:extend.../wicket:extend tags is taken over in A instead of
the wicket:child.../wicket:child part.
Everything that is specified additionally in B is only for previewing B
in a browser of your choice.
So the answer to your question is 1.

Wolf

Am 11.05.2010 08:09, schrieb Stefan Lindner:
 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: users-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: doctype and markup inheritance

2010-05-11 Thread Sven Meier

#setStripXmlDeclarationFromOutput() has nothing to do with doctype - it
controls the xml prolog.

Sven
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Html-root-tag-and-contents-repeating-in-response-after-302-redirect-tp2173315p2173399.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



RE: doctype and markup inheritance

2010-05-11 Thread Stefan Lindner
Yes, but both are missing in HTML A.


-Ursprüngliche Nachricht-
Von: Sven Meier [mailto:s...@meiers.net]
Gesendet: Di 11.05.2010 08:52
An: users@wicket.apache.org
Betreff: Re: doctype and markup inheritance
 

#setStripXmlDeclarationFromOutput() has nothing to do with doctype - it
controls the xml prolog.

Sven
-- 
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Html-root-tag-and-contents-repeating-in-response-after-302-redirect-tp2173315p2173399.html
Sent from the Wicket - User mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org




-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org