-
Bug
-
Resolution: Invalid
-
Normal
-
None
-
9.0.0
-
None
-
None
Steps to Reproduce
run the code
<zk> <vlayout xmlns:sh="shadow" apply="org.zkoss.bind.BindComposer"> <sh:apply template="desktop" /> <sh:template name="desktop"> in namespace </sh:template> </vlayout> <vlayout apply="org.zkoss.bind.BindComposer"> <apply template="desktop" /> <template name="desktop"> without namespace </template> </vlayout> </zk>
Current Result
without namespace
Expected Result
in namespace without namespace
Debug info
but <sh:apply templateURI="mypage.zul" /> works as expected.
- relates to
-
ZK-2631 Parser support another namespace for shadow element
- Closed