Has anyone come across a problem where the facelet viewHandler does not interpret MyFaces core tags (e.g. h:commandLink)?  In my case it is simply writing the source to the response.

I think my namespaces are all correct.  When I first access the page the myfaces RenderKitFactoryImpl successfully reports that "HTML_BASIC" was replaced.

<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">

<h:commandLink action="">

</html>

I am using myfaces 1.1.0 with the three jars instead of myfaces-all.  Also using facelets .0.9.8.

Any ideas?

Reply via email to