I'm guessing it's not currently doable with Tapestry 5.  I bet this
particular request will grow in popularity when IE8 is officially released. 
The easiest way to port existing web pages for IE8 is that one liner at the
top.


Peter Stavrinides wrote:
> 
> There has been a lot of posts on this topic, and yes you are not alone.
> 
> -- 
> If you are not an intended recipient of this e-mail, please notify the
> sender, delete it and do not read, act upon, print, disclose, copy, retain
> or redistribute it. Please visit http://www.albourne.com/email.html for
> important additional terms relating to this e-mail.
> 
> ----- Original Message -----
> From: "Luther Baker" <[EMAIL PROTECTED]>
> To: "Tapestry users" <users@tapestry.apache.org>
> Sent: Thursday, 23 October, 2008 2:53:30 AM GMT +02:00 Athens, Beirut,
> Bucharest, Istanbul
> Subject: Re: IE8 Compatibility Quick Fix
> 
> I'm afraid this will be an unpopular suggestion - but does anyone else
> wish
> there was a little simpler, manual/direct control over the <head> section
> of
> the page?
> 
> Just my $0.02.
> 
> -Luther
> 
> 
> 
> On Wed, Oct 22, 2008 at 5:12 PM, samlai <[EMAIL PROTECTED]> wrote:
> 
>>
>> Anybody knows how to do this?
>>
>> BTW, the css include tag right after head is the following:
>>
>> <head>
>>    <link href="assets/tapestry/5.0.13/default.css" rel="stylesheet"
>> type="text/css">
>>
>> Basically I want to be able to do the following:
>>
>> <head>
>>    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
>>     <link href="assets/tapestry/5.0.13/default.css" rel="stylesheet"
>> type="text/css">
>> --
>> View this message in context:
>> http://www.nabble.com/IE8-Compatibility-Quick-Fix-tp19340728p20120755.html
>> Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/IE8-Compatibility-Quick-Fix-tp19340728p20255158.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to