目前jsp頁面使用borderlayout zk tag遇到的問題
直接call jsp file 會出現"org.xml.sax.SAXParseException: The markup in the document preceding the root element must be well-formed."
有人提到的解法
你不能用Executions.createComponents來做,必須用一個include Component 或 iframe component 以setSrc的方式來操作。
是zul檔include jsp , 還是 jsp include zul 檔? :D
回覆刪除jsp include zul。
回覆刪除不過由於專案是新的,所以應該會先以zul的格式開發Orz