SmartClient Version: 8.0/PowerEdition Deployment (built 2011-01-21)
developer console log:
12:50:45.796:WARN:Log:Server-generated XML parsing error: XML parser fatal error: file 'F:\iscSDK\tools\visualBuilder\workspace\iscRuntime\WebContent\shared\ui\prova.ui.xml' line 17: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
prova.ui.xml:
If there is a single object, then it renders correctly:
developer console log:
12:50:45.796:WARN:Log:Server-generated XML parsing error: XML parser fatal error: file 'F:\iscSDK\tools\visualBuilder\workspace\iscRuntime\WebContent\shared\ui\prova.ui.xml' line 17: org.xml.sax.SAXParseException: The markup in the document following the root element must be well-formed.
Code:
<%@ page contentType="text/html; charset=UTF-8"%>
<%@ taglib uri="/WEB-INF/iscTaglib.xml" prefix="isomorphic" %>
<HTML><HEAD><TITLE>prova</TITLE>
<isomorphic:loadISC skin="Graphite"/>
</HEAD><BODY>
<SCRIPT>
isc.Page.setAppImgDir("../graphics/");
<isomorphic:loadUI name="prova" />
</SCRIPT>
</BODY></HTML>
Code:
<TabSet ID="TabSet1" autoDraw="false">
<tabs>
<Tab>
<title>Tab2</title>
<ID>Tab2</ID>
</Tab>
<Tab>
<title>Tab3</title>
<ID>Tab3</ID>
</Tab>
</tabs>
<destroyPanes>false</destroyPanes>
</TabSet>
<VLayout ID="VLayout1" autoDraw="true">
<members><Canvas ref="TabSet1"/>
</members>
</VLayout>
Code:
<TabSet ID="TabSet1" autoDraw="true">
<tabs>
<Tab>
<title>Tab2</title>
<ID>Tab2</ID>
</Tab>
<Tab>
<title>Tab3</title>
<ID>Tab3</ID>
</Tab>
</tabs>
<destroyPanes>false</destroyPanes>
</TabSet>
Comment