Monday, April 20, 2015

ZK Framework and HTML Escape

Many time we have saved HTML code in database but when we are going to display that saved value in zk page it show HTML code as well with data .


To resolve this issue we have to use HTML escape there are plenty of way to fix this




You can do it on Java side as well zul page and here is simple way how you can achieve in the zul page