binding « ZK « JSP-Servlet Q&A





1. ZK-JSP and data binding    zkoss.org

I'm trying to use autowiring and data binding from zk tags in a jsp page. Specifically, I'm trying to bind a combobox to a list instantiated in a GenericAutowireComposer. I would like to avoid using zscript entirely if possible. However, so far only the list populated in zscript (mammal) contain any items while the one populated in the GenericAutowireComposer class (bird) ...

3. How can I use in jsp page?    zkoss.org

4. databinding through servlet ?    zkoss.org

My application is written in java and consists of a central server with multiple distributed agents.The server uses an embedded jetty instance which allows external applications to communicate with it (through web services, servlets, ...)It also has an ajax based management console, which is currently written with extjs v2But because of the changed license for extjs I'm looking for a replacement. ...