zk10 clientmvvm searchbox very slow with huge data
*test.zul* *TestVM* public class TestVM { @Getter@Setter private List points=new ArrayList<>(); @Init public void init(){ AtomicInteger index=new AtomicInteger(0);...
View ArticleHow can I get the remote IP Address?
How can I get the remote IP Address? "Executions.getCurrent().getRemoteAddr()" used to work, but now only returns 127.0.0.1 Somebody on this list said they solved it using the header X-Forwarded-For....
View Articlealign propery after upgrade to zk 10
After upgrade zk to version 10, this zul is not workingWelcome to ZK Fiddle, run it right now! Is align property on Div component deprecated in zk 10?
View ArticleAdvice on Implementing ZK Framework for Dynamic Web Applications
As I am currently in the process of exploring various frameworks for developing dynamic web applications, and after some research, I've become particularly interested in the ZK Framework. However,...
View Articlejava.lang.RuntimeException: Cannot invoke "java.util.Map.size()"...
When trying to edit zul file in Eclipse at org.zkoss.eclipse.setting.internal.project.ProjectContext.getConfigContext(ProjectContext.java:57) eclipse.buildId=4.31.0.20240307-1200 java.version=17.0.10...
View ArticleMethod setIdentity not found for class org.zkoss.zul.impl.MessageboxDlg$Button
I am trying to upgrade our application from 8.5.1 to 10.0.0 and after some troubles I succeeded with running application. But when I try to open Messagebox modal window (we have custom ZUL template),...
View ArticlezEmbedded and org.zkoss.zul.progressbox.position not work
Hi all, the progressbox.position "center,center" doesn't work when I use it with zEmbedded. The progress box is output at position 0,0. When I call up the widget standalone, the display works! Thank...
View ArticleProblem with zEmbedded
Hi all, I have 2 widgets that are integrated into an external site. In a widget I query the onBookmarkChange event. Sometimes it happens that when the page is refreshed, the event does not appear in...
View ArticleSecurity issue with Clients.showNotification
Hi This line in Java class:  shows the message box and executes the JavaScript in the browser. Is it possible to prevent the execution of that script...
View ArticleRemove grid extra scroll space with frozen columns
I'm using a grid with frozen columns. As stated in the Grid documentation page...
View Articlezk 9.6.0.2 listbox not rendering
I upgraded to 9.6.0.2 version and I am using the zk-legacy packages for data binders. One issue I am having is that a listbox is not rendering even though the model object has been updated. This...
View ArticleError configuring application listener of class...
Hi everyone, I have a project using ZK 7.0.0 and I need to update it to current version 10.0.0. So I download ZK 10 and copy all library from dist/lib to my project library. But after I did this, I got...
View Articlesearchbox / html component - need converter
I am using the searchbox component which allows only a label or a html component as part of its body template. I would like to extend the "label" variant: into a html component variant: ${each} ]]>...
View Articlejava.lang.RuntimeException
good afternoon friends, I need help with this error that I have in zk, the zk I downloaded from eclipse in the market, I have jkd 17 with an apache tomcat 10.0.19 of which the server raises with the...
View ArticleNo grammar constraints (DTD or XML schema) detected for the document. in...
Hi all of ZK team, Sorry if it's a stupid question but.. In eclipse apperars the following warning "No grammar constraints (DTD or XML schema) detected for the document." and that's for zk.xml,. how I...
View ArticleInfinite processing in calendars when set mold to "month"
calendar version: 3.1.2 zk version: 8.5.0 Im trying to figure out how to handle calendar in mvvm. When i set mold in: calendars model="@load(vm.calendarModel)" mold="month" and SimpleCalendarModel has...
View ArticleZK 8.5 is still support or End of life ?
I want to know about product version still support or when the software version end of support. Thank in advanced
View ArticleShape the Future: ZK Framework Community Survey
Dear ZK Developers, We invite you to participate in our community survey, sharing insights on IDE preferences, build and testing tools usage, thoughts on missing features, and feedback about ZK. [Take...
View ArticleHow I can update the version of 7.0 at 10.0
How I can update the version of 7.0 at 10.0
View ArticleComponent not shown normal
Hello everyone, I'm trying to learn zk + spring boot, I'm using a project from https://github.com/zkoss/zkspringboot The project I use for practice is zkspringboot-minimal-jar The project can now run,...
View ArticleHow do I use the config.properties file
I want to use the configuration file, but I'm not sure where the file should be stored and how I can access it. I use following function public class ConfigCtrl { private static final Properties...
View ArticleComponent Div not found property set align
Hi All, i have a .zul file that i have created using zk 7, then i want to upgrade to zk 10, but error 'org.zkoss.zk.ui.metainfo.PropertyNotFoundException: Method setAlign not found for class...
View ArticleInput zoom on iOS Safari
Hello all, this [article](https://defensivecss.dev/tip/input-zoom-safari/#:~:text=When%20focusing%20an%20input%20in,size%3A%2016px%20to%20the%20input) describes how to prevent input zoom in iOS Safari....
View ArticleForm binding result in different objects when using ZK 10
Hi, I noticed that when using form binding with ZK 10, it behaves differently than in previous versions, the object bound from the form is a new object (with different hashcode), which can causes some...
View Article[ZK Training] Responsive Design in ZK - Apr 24
In the upcoming Ask The Expert training, we will be looking at Responsive Design in ZK. We will be going through the basics as well as providing you with practical examples. We look forward to having...
View ArticleSticky Tabbox with zEmbedded
Hi all, I want to make my tabbox, which I integrated into another page with zembedded, sticky at the top. How could that work? Regards Andi
View ArticleUpgrading from 7.0.3 to 9.6.0.2
I am upgrading from zk version from 7.0.3 to 9.6.0.2. The project uses classes that have been repackaged in zweb-dsp.jar and zkplus-legacy.jar. I added 9.6.0.2 versions of these jar files to the...
View ArticleSwap zul file in Tomcat
Hi All, if I just want to change the label of a component in a zul file, do I have to do a complete deployment or is it enough if I copy the changed zul file? If it's enough to copy, where exactly does...
View Articlecustom message box
Can i custom color for text in messagebox zk, i can't use html in text
View Articlebandbox closes its popup when switching active page
We want to migrate from ZK8.6.4 to ZK 9.6.5 but we are facing the problem mentioned in the title. I saw that there is already a ticket for that (ZK-5470) Could you tell me if - and when - this will be...
View Article