Failed to load /WEB-INF/tmp/8f016c0f-0cb2-4abd-a048-96114e9fa29b/source.zul

Cause: Method setConfig not found for class org.sinnlabs.zk.ui.CodeMirror
org.zkoss.zk.ui.metainfo.PropertyNotFoundException: Method setConfig not found for class org.sinnlabs.zk.ui.CodeMirror
        at org.zkoss.zk.ui.metainfo.Property.resolve(Property.java:218)
        at org.zkoss.zk.ui.metainfo.Property.assign0(Property.java:247)
        at org.zkoss.zk.ui.metainfo.Property.assign(Property.java:174)
        at org.zkoss.zk.ui.metainfo.ComponentInfo.applyProperties(ComponentInfo.java:742)
        at org.zkoss.zk.ui.impl.AbstractUiFactory.newComponent(AbstractUiFactory.java:146)
...
Last modified on 2011-06-25 by Maik Jablonski

The power of ZK

1969-12-31

Jease allows to integrate ZUL-Scripts from ZK into the public view very easily.

Just create a Script-Object within Jease with extension ".zul" and put you're ZUL-code in it. That's it.

ZK provides lots of nice components which allow to create powerful user interfaces without messing with HTML, CSS or Javascript. The ZK-Demo provides more examples.