-
In none clustering environment.
Some times a Desktop is not so important that persist it is a waste of computer resources.
given an API like: desktop.shouldPassivate(false);
would be helpful to notify ZK's HttpSessionActivationListener not to persist it.
2009-10-06 10:48:05 UTC in ZK - Simply Ajax and Mobile
-
writeForward should check if this component has already detached before write.
java.lang.NullPointerException
at org.zkoss.zk.ui.Components.componentToPath(Components.java:299)
at org.zkoss.zk.ui.AbstractComponent.writeObject(AbstractComponent.java:2137)
at sun.reflect.GeneratedMethodAccessor59.invoke(Unknown Source)
at...
2009-10-06 04:33:36 UTC in ZK - Simply Ajax and Mobile
-
While Tomcat try to serialize a result which generated from ZK JSP, I got this error:
org.zkoss.zk.ui.metainfo.DefinitionNotFoundException: Component definition not found: native
at org.zkoss.zk.ui.metainfo.LanguageDefinition.getComponentDefinition(LanguageDefinition.java:445)
at org.zkoss.zk.ui.AbstractComponent.readObject(AbstractComponent.java:2169)
at...
2009-10-05 11:50:46 UTC in ZK - Simply Ajax and Mobile
-
While using Page Component Definition (Macro Component) inside ZK JSP, Tomcat will throw Definition Not Found Exception while session serialization.
2009-10-05 11:48:04 UTC in ZK - Simply Ajax and Mobile
-
if you have a ZUL like this:
and inside TestComposer is like this:
public class TestComposer extends GenericForwardComposer {
private Toolbarbutton testBtn;
public void doAfterCompose(Component comp) throws Exception {
super.doAfterCompose(comp);
testBtn.detach();
}...
2009-10-05 10:59:12 UTC in ZK - Simply Ajax and Mobile
-
zanyking committed revision 12367 to the ZK - Simply Ajax and Mobile SVN repository, changing 2 files.
2009-09-08 11:23:25 UTC in ZK - Simply Ajax and Mobile
-
Time Data in correct format cause timeplot UI rendering get in trouble(wait to die).
2009-07-30 11:25:19 UTC in ZK - Simply Ajax and Mobile
-
Is there a way to use ZK Studio auto-completition (error underline, and others) for custom components defined in a custom lang-addon.xml?
Could it work for EL expressions too?.
2009-07-10 08:28:08 UTC in ZK Studio
-
fixed since 06/15.
2009-06-15 01:54:10 UTC in ZK Studio
-
The order of ZKs initialization is disordered.
zkStorage should init before Resource listener start.
2009-06-15 01:51:32 UTC in ZK Studio