Revision history [back]

click to hide/show revision 1
initial version

asked 2015-07-28 01:13:09 +0800

yu95274 gravatar image yu95274

One zul Include same zul,shows repeated uuid error

test_id.zul: <zk xmlns:h="http:www.w3.org1999xhtml"> <window height="100%" width="100%">

<include src="/test/btn_add.zul"></include> <include src="/test/btn_add.zul"></include>
</window> </zk>

btn_add.zul: <zk xmlns:h="http:www.w3.org1999xhtml"> <window height="100%" width="100%">

<h:input id="btnAdd" type="button" value="add"></h:input>
</window> </zk>

error: Replicated UUID is not allowed for class org.zkoss.zhtml.Input: btnAdd

One zul Include same zul,shows repeated uuid error

test_id.zul: test_id.zul:

<?page title="IdTest" contentType="text/html;charset=UTF-8"?>
<zk xmlns:h="http:www.w3.org1999xhtml">
 <window height="100%" width="100%">
     

<div> <include src="/test/btn_add.zul"></include> <include src="/test/btn_add.zul"></include>
</div> </window> </zk>
</window> </zk>

btn_add.zul:

btn_add.zul:

<?page title="测试ID唯一" contentType="text/html;charset=UTF-8"?>
<zk xmlns:h="http:www.w3.org1999xhtml">
 <window height="100%" width="100%">
     

<div> <h:input id="btnAdd" type="button" value="add"></h:input>
</div> </window> </zk>

</zk>

error: Replicated UUID is not allowed for class org.zkoss.zhtml.Input: btnAdd

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More