Hello.

I'm new with MyFaces and I'm having the following problem: when I try to include the MyFaces taglibs to extend the RI implementation in a JSP file, I have the following error:

> error to load taglib http://myfaces.apache.org/extensions

I'm using:
- Eclipse 3.0.2
- Exadel Eclipse plugin 2.5
- MyFaces 1.0.9


My code seems like this::

<%@ page language="java" %>
<!DOCTYPE HTML PUBLIC "-//w3c//dtd html 4.01 transitional//en">

<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://myfaces.apache.org/extensions" prefix="x"%>

<f:loadBundle basename="CustomMessages" var="bundle"/>
<f:view>
   ...
</f:view>

Could someone send me an example of how to configure MyFaces to be used with this configuration?

Thanks for help,

Fabiano.

Reply via email to