Pessoa boa noite!
Estou com erro estranho, eu tenho dois projetos em minha workspace, eu quero pegar o aquivo css de um e jogar no outro, só que não funciona. Abaixo está a estrutura e as classes que importo o css.
Uploaded with ImageShack.us
Abaixo tenho o arquivo layout.html onde faço a referencia do css
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:p="http://primefaces.prime.com.br/ui"
xmlns:t="http://myfaces.apache.org/tomahawk">
<h:head>
<h:outputScript name="jquery.maskedinput-1.3.js" library="jquery" />
<h:outputScript name="jquery.price_format.1.7.js" library="jquery" />
<link href="/tecterra/javax.faces.resource/stylesheet.css.jsf?ln=css"
rel="stylesheet" type="text/css" />
<link href="/tecterra/javax.faces.resource/components.css.jsf?ln=css"
rel="stylesheet" type="text/css" />
<script
src="/tecterra/javax.faces.resource/stylesheet.js.jsf?ln=jquery"
type="text/javascript" />
<script src="http://maps.google.com/maps/api/js?sensor=false"
type="text/javascript">
</script>
</h:head>
Importando css para o xhtml
<h:head>
<link href="/tecterra/javax.faces.resource/components.css.jsf?ln=css"
rel="stylesheet" type="text/css" />
<title> CSS </title>
</h:head>
