• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Add Required Web Resource Gets Stuck in IF IE Tag
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Add Required Web Resource Gets Stuck in IF IE Tag


  • Subject: Re: Add Required Web Resource Gets Stuck in IF IE Tag
  • From: Amedeo Mantica <email@hidden>
  • Date: Sat, 23 Jun 2012 23:16:59 +0200

Remember to put erxresponserewriter after super too. I'm not sure will solve. But try

Sent from my iPhone

On 23/giu/2012, at 21:35, Johnny Miller <email@hidden> wrote:

Hi Amedeo,

Ok.  I'll try that.  

re:  why not use erxieconditionalcomment:  just ignorance, now that I know about it I'll start using it.  I should have realized that someone had created a simple solution for this already.

Thank you,

Johnny

Sent from my iPad

On Jun 23, 2012, at 7:08 AM, Amedeo Mantica <email@hidden> wrote:

put ERXResponseRewriter after the super of appendToResponse

one more thing;... why u don't use ERXIEConditionalComment ?

Amedeo


On 22/giu/2012, at 02:18, Johnny Miller wrote:

Hi,

In my page wrapper's head section I have something like this:

// HTML
<head>
...
<webobject name = "IFLTIE9Open" /> 
<script src=""http://html5shim.googlecode.com/svn/trunk/html5.js">http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<webobject name = "IFIEClose" />
...
</head>

// WOD

IFIEClose : WOString {
escapeHTML = false;
value = "<![endif]-->";
}

IFLTIE9Open : WOString {
escapeHTML = false;
value = "<!--[if lt IE 9]>";
}

For some reason a stylesheet that gets added through addStylesheetResourceInHead function is stuffed in-between the IF IE tags.

Can someone please tell me how to fix this?

Thank you,

Johnny Miller
Kahalawai Media Corp.
www.kahalawai.com


Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Add Required Web Resource Gets Stuck in IF IE Tag
      • From: Johnny Miller <email@hidden>
References: 
 >Add Required Web Resource Gets Stuck in IF IE Tag (From: Johnny Miller <email@hidden>)
 >Re: Add Required Web Resource Gets Stuck in IF IE Tag (From: Amedeo Mantica <email@hidden>)
 >Re: Add Required Web Resource Gets Stuck in IF IE Tag (From: Johnny Miller <email@hidden>)

  • Prev by Date: Re: Add Required Web Resource Gets Stuck in IF IE Tag
  • Next by Date: ERXResponseComponent error
  • Previous by thread: Re: Add Required Web Resource Gets Stuck in IF IE Tag
  • Next by thread: Re: Add Required Web Resource Gets Stuck in IF IE Tag
  • Index(es):
    • Date
    • Thread