java - wired variable are null in zk controller -
i'm developing zk framework in java (with eclipse ) .
i'm trying link textbox (view)
controller throught wired variable .
problem in controller wired variable null when submit event called .
index:index.zul
login :login.java
don't use css selectors in @wire
parameter, use zk component id. say, leave off #
.
also, if java variable name same zk component id (eg "win") can leave off @wire
parameter , it'll still work fine.
edit:
there problem in code. textbox
you're importing poi package =x
Comments
Post a Comment