浏览器不显示h:commandButton

时间:2014-09-27 13:16:26

标签: jsf-2

我有一个像这样的简单JSF页面

<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:h="http://xmlns.jcp.org/jsf/html">
    <h:head>
        <title>Facelet Title</title>
    </h:head>
    <h:body>

        <h:form>

            <input type="submit" value="button1"></input>

            <h:commandButton value="button2"></h:commandButton>

        </h:form>

    </h:body>
</html>

如果我尝试在浏览器(chrome)中运行我的页面,结果如下:

enter image description here

所以似乎commandButton不存在。为什么?

0 个答案:

没有答案