I have the newest build and it's still failing. Here's the pages code:

<%@ page language="java" pageEncoding="UTF-8"%>
<%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core"; prefix="f"%>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
        <head>

        </head>

        <body>
                <f:view>
                  <h:form>

                  </h:form>
                </f:view>
        </body>
</html>

--
View this message in context: 
http://www.nabble.com/java.lang.NoSuchMethodError%3A+.DummyFormUtils.isWriteDummyForm...-t1651961.html#a4506131
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to