Questions tagged [zul]

ZK User Interface Markup Language (ZUML). The UI declaration language for ZK framework.

is the XML based UI declaration language for ZK framework. Also known as ZK User Interface Markup Language (ZUML).

is an open-source Ajax framework for modern Java web applications. uses two ways to compose UI: XML-based approach and pure-Java approach.

relates to the XML based approach. Each XML element instructs ZK Loader to create a component. Each XML attribute describes what value to be assigned to the created component. Each XML processing instruction describes how to process the whole page, such as the page title.

139 questions
-1
votes
1 answer

the import org.zkoss.zul cannot be resolved

I am using the ZK framework and I need to import this: import org.zkoss.zul.Label; But I keep on getting this error: the import org.zkoss.zul cannot be resolved I already added the zul.jar to the classpath but the error still exists. What should I…
Keeper
  • 61
  • 9
-1
votes
2 answers

org.zkoss.zk.ui.UiException and java.lang.IndexOutOfBoundsException in java?

I have an issue regarding UiException and IndexOutOfBoundsException. Here is my stack trace: Logcatlog: Dec 10, 2013 11:03:49 AM org.zkoss.zk.ui.impl.UiEngineImpl handleError:1359 SEVERE: >>org.zkoss.zk.ui.UiException: Index: 1, Size:…
Sitansu
  • 3,225
  • 8
  • 34
  • 61
-1
votes
1 answer

ZK Grid Columns change width when button pressed

I placed ZK grid with certain proportions of columns as follows: