-
Possibly with netbeans 6.7 support :)
2009-06-26 08:45:03 UTC in REM - A NetBeans Module for ZK
-
It would be very practical to define validating methods in classes subclassing GenericForwardComposer so that one could define a method like this:
public void onValidate$componentName(Component arg0, Object arg1) {
// Da validation
}
This way one must not define a lot of classes to validate each field of a form, that is very unpractical for large applications.
2008-11-13 17:05:47 UTC in ZK - Simply Ajax and Mobile
-
I would like to integrate ZK with my legacy JSP pages.
One of the problems is the use of Javascript (see for example http://www.zkoss.org/forum/index.zul#path%3DlistComment%3BdiscussionId%3D5765%3BcategoryId%3D13%3B).
Anyway, I tried to convert to JSP the CSA example showed here:
http://www.zkoss.org/doc/devguide/ch07s19.html#id488306
this way:
2008-09-26 12:23:10 UTC in ZK - Simply Ajax and Mobile
-
Hello,
there are a number of situations where the push model would make use a of (for example) listbox or grid that shows the latest item added.
Think for example to a log viewer: when an event occur we want to show it on the top of the list, and scroll down all the others, and that operation must be efficient client-side, for the rendering.
Another example is the chat window of the demo...
2008-09-23 16:57:07 UTC in ZK - Simply Ajax and Mobile
-
My bad, thanks for pointing me at it.
2008-04-07 14:59:01 UTC in ZK - Simply Ajax and Mobile
-
Hello Zanyking,
the test page was offline, I upgraded it to latest zk demo (3.0.4) and jsptags (1.2), the url is the same:
http://nibby.nibbles.it/zkdemo/dusty/t1.jsp
On my box the page works fine in firefox and konqueror and exhibits the same problem on opera 9.27, can you please try my test page to understand if you can reproduce it?
Any check from everybody else (with opera) with...
2008-04-07 13:55:56 UTC in ZK - Simply Ajax and Mobile
-
Hello,
it seems like the centering problem is related to a CSS clash between ZK css and ours.
I've opened a feature request here:
https://sourceforge.net/tracker/index.php?func=detail&aid=1873553&group_id=152762&atid=785194.
2008-01-18 07:31:44 UTC in ZK - Simply Ajax and Mobile
-
Hello,
having a JSP taglib to allow smooth integration with legacy JSP pages is great, and also necessary for people to allow a migration to a new technology.
But there is a problem with the zk CSS because it redefines all standard html tags like fonts, sizes, buttons, body, html, td, tables, etc.
That's bad because in this way zk interferes with all the legacy HTML CSS classes one was...
2008-01-17 10:07:49 UTC in ZK - Simply Ajax and Mobile
-
In my case it's centered in vertical, but half offscreen on the left. I attach a snapshot to better understand the problem.
File Added: zk.png.
2008-01-16 11:44:34 UTC in ZK - Simply Ajax and Mobile
-
There are no firewall involved, the problem is reproduceable for me also inside the LAN.
Also, if firewall would be involved the problem should show up also in FireFox and Explorer while they works fine.
A way to reproduce the problem is using netbeans 6.0 and rem (plugin for zk framework), using this steps:
- create a new project enabling zk framework
- create the jsp page (attached for...
2008-01-16 11:19:36 UTC in ZK - Simply Ajax and Mobile