Using the DOCTYPE of HTML 4.01 STRICT worked !
Note 1: Previously used DOCTYPE was XHTML 1.0 STRICT
Note 2: I did not have to do any changes to make the HTML pages compliant to
4.01. When I validated there were many issues with compliance to HTML 4.01
STRICT. It still worked by merely changing the DOCTYPE.

While the magic worked, it would interesting to know the trick behind the
magic.
Not exactly sure how Wicket uses the DOCTYPE while rendering and the
sporadic nature of the issue baffled me.


Paul Bors wrote
> Let me guess, the image that always shows up is a static resource w/o any
> wicket id?
> 
> I remember I had a similar problem and if you look inside your webapp
> server
> logs you would see the errors/warnings from Wicket.
> 
> If I remember right I fixed it by sticking to strict HTML 4.01.
> 
> Try adding the following to all of your pages:
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
> "http://www.w3.org/TR/html4/strict.dtd">
> 
> See if that does the magic for you.
> 
> ~ Thank you,
>   Paul Bors
> 
> -----Original Message-----
> From: prasad.bhandagi [mailto:

> prasad.bhandagi@

> ] 
> Sent: Thursday, July 11, 2013 4:44 PM
> To: 

> users@.apache

> Subject: Re: Upgrade to wicket 6 giving blank page in IE 9
> 
> Am upgrading from Wicket 1.3. However I am upgrading it step by step for
> each major version. The problem did not occur when upgraded to 1.4 and
> 1.5.
> Only after upgrading to 6.9 the problem started occuring. Am using
> Weblogic
> 10.3,
> JDK6
> 
> 
> 
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Upgrade-to-wicket-6-giving-blank-
> page-in-IE-9-tp4660213p4660215.html
> Sent from the Users forum mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache

> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 

> users-unsubscribe@.apache

> For additional commands, e-mail: 

> users-help@.apache





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Upgrade-to-wicket-6-giving-blank-page-in-IE-9-tp4660213p4660276.html
Sent from the Users forum 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

Reply via email to