fizzwater

          常用鏈接

          統計

          最新評論

          2008年4月3日 #

          JSF初試--解釋錯誤原因error Traced[line: 5] The markup in the document preceding the root element must be well-formed.

          因為所寫的jsp文件不符合xhtml規則,
          命名空間不要在使用@包含,
          <%@taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
          <%@taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
          <%@page contentType="text/html;charset=GB2312"%>

          換成Xhtml格式:

          <?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://java.sun.com/jsf/html"
           xmlns:f="http://java.sun.com/jsf/core"
           xml:lang="en"
           lang="en">
           <head>
            <title>Index</title>
           </head>
           <body>
            
            <f:view>
                  .......//此處省略
              </f:view>
           </body>
          </html>


          posted @ 2008-04-03 15:41 Fizzwater 閱讀(4056) | 評論 (0)編輯 收藏

          僅列出標題  
          主站蜘蛛池模板: 九江县| 嘉兴市| 河南省| 哈巴河县| 济阳县| 渑池县| 泰州市| 凤庆县| 扎赉特旗| 岚皋县| 余干县| 云浮市| 民丰县| 西乌珠穆沁旗| 陇川县| 左权县| 黄山市| 安阳县| 寻乌县| 靖宇县| 郎溪县| 新巴尔虎右旗| 青阳县| 明水县| 定州市| 城固县| 揭阳市| 北流市| 海阳市| 满城县| 大悟县| 行唐县| 和政县| 漳平市| 阿图什市| 商城县| 岳普湖县| 南召县| 资中县| 长子县| 巨野县|