Same Dynamic Selectors for different inputboxes being generated in a ZK Framework Based App

Hi @loginerror,

I tried you way but the labels also have a weird selector just like the input boxes.
I’m attaching an example where i’ve used anchors to indicate the box but it still doesn’t work.
My point being that since each element in this page is related to a DOM element,even though it’s a label whose value doesn’t change, their DOM element id changes if any of the other elements is updated leading to a unstable selector for a relatively static element.
Thanks