zk
How to use ZK getFellow() method?
I am passing a bunch of tabs from a zul file to a java file like so: tabs.zul <tabs> <tab id=\"tab1\" label=\"Tab1\"> </tab>[详细]
2023-01-20 20:48 分类:问答how to use zk annotations
I am using zk 5.0.3. I want to use the following annotation binding as the title of a \"center\" region of a borderlayout:[详细]
2023-01-18 12:11 分类:问答How do I fix this "no persistent classes found for query class" message?
I am creating a web application using zkoss 5.0.4, Spring 3.0.3, Hibernate 3, and JpA 1.0 with JBOSS 5.1 GA (with JDK support).[详细]
2023-01-18 05:59 分类:问答zk and sclass issue
how to create styles for zk components, for examle grid? i try something like this: <style> .mine{[详细]
2023-01-13 15:55 分类:问答zk with struts 1
i am using ZK with struts 1. 1.i have four files, two zul file one for input and second for success message with input values[详细]
2023-01-11 02:09 分类:问答Printing the pojo object values in the zul file using struts1
i integrated struts 1 with zk. i set the list of pojo values in the form of action execute method.how i can get this values in the zul file.Any开发者_C百科 idea please[详细]
2023-01-11 00:34 分类:问答Getting value from session using zk
i开发者_Python百科 am configured the zk with struts 1 . i created a list and set in the session.[详细]
2023-01-10 17:37 分类:问答Help with ZK component development
I\'m developing a simple component. My jar structure is: br/netsoft/zkComponents/Tef.class META-INF/MANIFEST.MF[详细]
2023-01-03 00:12 分类:问答zk combobox databinding
The zk code below only shows on item... I need it to show all elements in tmp. any idea? thanks <zscript>[详细]
2022-12-29 09:17 分类:问答zk selecting combobox item programmatically
I cannot set the value of combobox programmatically can some one tell me what missing in the code public class Profile extends Window implements AfterCompose {[详细]
2022-12-23 10:23 分类:问答