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>
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:
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).
how to create styles for zk components, for examle grid? i try something like this: <style> .mine{
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
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
i开发者_Python百科 am configured the zk with struts 1 . i created a list and set in the session.
I\'m developing a simple component. My jar structure is: br/netsoft/zkComponents/Tef.class META-INF/MANIFEST.MF
The zk code below only shows on item... I need it to show all elements in tmp. any idea? thanks <zscript>
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 {