Seguinte, to com uns errinhos toscos aqui num projeto, estou migrando ele pro richfaces, ele inicialmente estava feito com tomahowk+tiles, estou passando pra richfaces.
seguinte, os css que sempre funcionaram:<%@taglib prefix="f" uri="http://java.sun.com/jsf/core"%>
<%@taglib prefix="h" uri="http://java.sun.com/jsf/html"%>
<html>
<head>
<link type="text/css" rel="stylesheet" href="../css/blabla1.css">
<link type="text/css" rel="stylesheet" href="../css/blabla2.css">
</head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich">
<head>
<link type="text/css" rel="stylesheet" href="../css/blabla1.css">
<link type="text/css" rel="stylesheet" href="../css/blabla2.css">
</head>
As páginas com acentuação, estão retornando um erro também:
Invalid byte 2 of 4-byte UTF-8 sequence.
que não aparece quando os caracteres "especiais" são removidos, fiz uns testes mas não resolveu.
Quem já trabalha com o Richfaces tem alguma dicas sobre essas besteirinhas ai?
Valeu!

