fizzwater

          常用鏈接

          統(tǒng)計

          最新評論

          2008年4月3日 #

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

          因為所寫的jsp文件不符合xhtml規(guī)則,
          命名空間不要在使用@包含,
          <%@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 閱讀(4055) | 評論 (0)編輯 收藏

          僅列出標(biāo)題  
          主站蜘蛛池模板: 郎溪县| 屏边| 南川市| 扶风县| 张北县| 常州市| 荣昌县| 建昌县| 乌鲁木齐县| 沧源| 陵川县| 龙南县| 荥阳市| 莱州市| 沁源县| 七台河市| 蓬溪县| 湄潭县| 岗巴县| 道真| 陇南市| 清水河县| 磴口县| 西青区| 桂林市| 仙游县| 山西省| 曲周县| 陆丰市| 黔东| 卢氏县| 彩票| 长宁县| 喀喇沁旗| 陆丰市| 吴旗县| 博野县| 铅山县| 兴宁市| 江川县| 尖扎县|