Top "Zk" questions

ZK is an open-source Ajax framework for modern Java web applications.

How to check if an element is off-screen

I need to check with jQuery if a DIV element is not falling off-screen. The elements are visible and displayed …

javascript jquery zk
Forcing garbage collection in Google Chrome

We are developing a single-page web app with ZK which constantly communicates with server and updates parts of its screens. …

javascript google-chrome garbage-collection zk
NoSuchMethodError: org.springframework.beans.factory.xml.XmlReaderContext.getEnvironment()Lorg/springframework/core/env/Environment; With zkoss

I am facing following error, java.lang.NoSuchMethodError: org.springframework.beans.factory.xml.XmlReaderContext.getEnvironment()Lorg/springframework/core/env/Environment; …

java spring maven spring-mvc zk
JsonMappingException: Can not instantiate value of type no single-long-arg constructor/factory method

hi am getting error trying to parse a json response into java on zk framework here is the jason reply {"…

java json jackson deserialization zk
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). The project …

hibernate spring jpa jboss zk
Zk how to reach included .zul page component by id?

I can't reach component by id in the included .zul page. I have one main.zul with a controller and …

include zk
How to call javascript function in ZK

In ZK framework, inside zul file i want to call javascript function but it does not happens. <a label="…

javascript zk
How to use if="some condition" in ZK template tag

I have a <template> tag in my ZUL file, and I want to use this template when some …

data-binding mvvm zk
Catch-all (wildcard) servlet url-pattern overrides file extension patterns

I would like to achieve the following: /webapp-context/Page-1 -> Handled by my custom "ContentServlet" /webapp-context/Another-Page -> …

servlets web.xml zk url-pattern
zk framework: how to load zul pages from WEB-INF under directory zul

I am using zk framework 6. I am trying to put my zul pages in /WEB-INF/zul directory. My index.zul …

java zk zul