-
thank you, Tom.
2008-11-19 01:06:31 UTC in ZK - Simply Ajax and Mobile
-
Please find attached the log I obtained if I add this code:
public static final String add(Element config) {
//Spec: it is OK to declare an nonexist interpreter, since
//deployer might remove unused jar files.
final String zslang =
IDOMs.getRequiredElementValue(config, "language-name");
final String clsnm =...
2008-11-14 17:37:39 UTC in ZK - Simply Ajax and Mobile
-
Did you place zk.jar in the WEB-INF/lib directory of your web application or did you place it in the tomcat/lib directory?.
2008-11-14 13:15:56 UTC in ZK - Simply Ajax and Mobile
-
Hi,
I'm trying to use the element in WEB-INF/zk.xml to install my own interpreter-class for the Java language.
However, this setting is not respected. When I placed a stack trace dump in Interpreters.java's add method, I found that it is overwritten by the setting that is part of the /metainfo/zk/config.xml file that is bundled with zk.jar. (My zk.jar...
2008-11-12 12:23:26 UTC in ZK - Simply Ajax and Mobile
-
Attached is a patch we've been using for some time; I'd like to see it integrated upstream.
When running bochs on a big-endian machine such as Sun/Solaris, the gdbstub needs to perform endian conversion as shown.
Please consider including.
2008-08-22 00:40:40 UTC in Bochs x86 PC emulator
-
gback committed patchset 11 of module libxess to the Library Access Tools CVS repository, changing 1 files.
2008-08-06 20:53:18 UTC in Library Access Tools
-
gback committed patchset 9 of module libxess to the Library Access Tools CVS repository, changing 5 files.
2008-07-09 13:36:56 UTC in Library Access Tools
-
gback committed patchset 8 of module libxess to the Library Access Tools CVS repository, changing 1 files.
2008-07-03 21:20:09 UTC in Library Access Tools
-
Thanks.
You're right - we discovered copies of zk.jar in "chat.war" and some other demos such as zk-jsf-demo we had copied into our webapps directory to try them.
Request: is there an API we could use to determine the version of ZK we're actually running? E.g.:
Messagebox.show("You're running: " + org.zkoss.zk.ZK.VERSION);
?
If not, consider this an RFE.
2008-06-13 13:09:24 UTC in ZK - Simply Ajax and Mobile
-
After copying all .jar files from the ZK 3.0.5 distribution into my Tomcat's lib/ directory, I'm seeing:
java.lang.IllegalArgumentException: class org.zkoss.gmaps.Ginfo must implement interface org.zkoss.zk.ui.Component
java.lang.IllegalArgumentException: class org.zkforge.fckez.FCKeditor must implement interface org.zkoss.zk.ui.Component
java.lang.IllegalArgumentException: class org.zkforg.
2008-06-12 15:35:17 UTC in ZK - Simply Ajax and Mobile