As you can see in the pom.xml that i posted before, im not adding any library
that could cause conflict, i think maybe theres one that is missing.

i am not using c:jstl for CDI, even with the most simple example is not
working.

<html xmlns="http://www.w3.org/1999/xhtml";
      xmlns:h="http://java.sun.com/jsf/html";>
    <h:head>
        <title>Facelet Title</title>
    </h:head>
        
    <h:body>
                <h:form>
                Hello from Facelets
                #{miMB.msg()}
                </h:form>
    </h:body>
</html>


--
View this message in context: 
http://openejb.979440.n4.nabble.com/javax-el-PropertyNotFoundException-in-JSF-tp4656218p4656249.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to