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:
Farruco Sanjurjo 2010-12-30 11:02:46 +01:00
parent 8b050df1bb
commit 8484610f8c

View file

@ -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>