I have downloaded source code for ZK Web Mail, but in the tar package the 'src' folder was empty. In the zul editor from eclipse, the file 'index.zul' contains errors about the package 'zkmail' that is missing. Trying to start the project, I received this error:
org.zkoss.zk.ui.UiException: Sourced file: inline evaluation of: `` import java.util.*; import zkmail.*; List mails = new LinkedLi . . . '' : Typed variable declaration : Class: Mail not found in namespace : at Line: 26 : in file: inline evaluation of: ``
import java.util.*; import zkmail.*; List mails = new LinkedLi . . . '' : Mail
Hi,
I have downloaded source code for ZK Web Mail, but in the tar package the 'src' folder was empty. In the zul editor from eclipse, the file 'index.zul' contains errors about the package 'zkmail' that is missing. Trying to start the project, I received this error:
org.zkoss.zk.ui.UiException: Sourced file: inline evaluation of: `` import java.util.*; import zkmail.*; List mails = new LinkedLi . . . '' : Typed variable declaration : Class: Mail not found in namespace : at Line: 26 : in file: inline evaluation of: ``
import java.util.*; import zkmail.*; List mails = new LinkedLi . . . '' : Mail
sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
java.lang.reflect.Constructor.newInstance(Unknown Source)
org.zkoss.lang.Classes.newInstance(Classes.java:73)
org.zkoss.lang.Exceptions.wrap(Exceptions.java:162)
org.zkoss.zk.ui.UiException$Aide.wrap(UiException.java:44)
org.zkoss.zk.scripting.bsh.BSHInterpreter.exec(BSHInterpreter.java:137)
org.zkoss.zk.scripting.util.GenericInterpreter.interpret(GenericInterpreter.java:341)
org.zkoss.zk.ui.impl.PageImpl.interpret(PageImpl.java:876)
org.zkoss.zk.ui.impl.UiEngineImpl.execNonComponent(UiEngineImpl.java:877)
org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:677)
org.zkoss.zk.ui.impl.UiEngineImpl.execCreateChild(UiEngineImpl.java:687)
org.zkoss.zk.ui.impl.UiEngineImpl.execCreate0(UiEngineImpl.java:655)
org.zkoss.zk.ui.impl.UiEngineImpl.execCreate(UiEngineImpl.java:622)
org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage0(UiEngineImpl.java:387)
org.zkoss.zk.ui.impl.UiEngineImpl.execNewPage(UiEngineImpl.java:309)
org.zkoss.zk.ui.http.DHtmlLayoutServlet.process(DHtmlLayoutServlet.java:220)
org.zkoss.zk.ui.http.DHtmlLayoutServlet.doGet(DHtmlLayoutServlet.java:140)
javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
Someone can help me, please?
Thanks, Dan