Deleted native namespace
* As of ZK 5.0.5 native elements can't be retrieved with .getFellow(...) or a ComponentNotFoundException will be raised * This should be the expected behaviour on previous versions but it wasn't working properly (check http://sourceforge.net/mailarchive/message.php?msg_id=26816348) FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
8b050df1bb
commit
8484610f8c
1 changed files with 3 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<zk xmlns:n="http://www.zkoss.org/2005/zk/native">
|
||||
<n:div id="listdetails_container">
|
||||
</n:div>
|
||||
<zk>
|
||||
<div id="listdetails_container">
|
||||
</div>
|
||||
</zk>
|
||||
Loading…
Add table
Reference in a new issue