Olá pessoal do forum blz…
Gostaria da ajuda de vcs pois não estou conseguindo integrar as tags do JSTL nas minhas páginas xhtml com JSF…
Segue o código abaixo:
<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<ui:composition 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:rich="http://richfaces.org/rich"
xmlns:a4j="http://richfaces.org/a4j"
template="templates/templateHeaderMenu.xhtml"
xmlns:c="http://java.sun.com/jsp/jstl/core">
<ui:define name="body">
<rich:panel>
<f:facet name="header">
<h:outputText value="Bem vindo ao SiteOS" />
</f:facet>
<h:messages id="errors" layout="vertical" styleClass="mensagemErro" />
<c:out value="Bem vindo ao sistema de controle de OS"></c:out>
</rich:panel>
</ui:define>
</ui:composition>
Estou utilizando a versão 1.2 dos dois frameworks.
Será que alguem pode me ajudar ???
Obrigado a todos.