0
如果我註釋掉腳本標記,則頁面加載沒有錯誤。我認爲這是因爲JavaScript不符合XHTML標準?如果我包含我自己的script.js,它也不會導致錯誤。JSF頁面上的Google圖表腳本標記導致錯誤
<composite:interface>
<composite:attribute name="managedBean" />
</composite:interface>
<composite:implementation xmlns:corecommon="http://java.sun.com/jsf/composite/components/core/common">
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<h2>Google Charts with JSF Test</h2>
<gc:googleChart divID="chartDiv" model="#{managedBean.chartModel}" height="500px" width="100%"/>
</composite:implementation>
你什麼錯誤? – asgallant