Contents of <head> block

UI Components for JSF
Post Reply
bryany
Posts: 10
Joined: 26 Feb 2010, 20:22

25 Jan 2011, 20:45

I have added a meta tag inside the HEAD block of my facelet so that Internet Explorer knows to render the page in standards mode.

Code: Select all

<h:head>
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
</h:head>
The problem is that when the facelet is rendered, Primafaces adds a bunch of CSS links to the HEAD block above my meta tag.

Code: Select all

<head>
     <link ..Primafaces CSS />
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
</head>

So the question is: How do I get my meta tag to show up first above the Primefaces link tags?
PrimeFaces 2.2
Mojarra 2.0.2
Tomcat 6

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 34 guests