First time here? Check out the FAQ!
I have a zul with mvvm binder,just name it "inner.zul" it have many validator to ensure correct input. and there is other zul file,which use "include src='inner.zul' " to ref inner.zul and have a button with command "doIt" now I want click the command "Doit" and validate inputs in the inner.zul, then get viewModer of inner.zul . I find the command binder.sendCommand() could do it, but it return void,whatever validation is success or fail. Is there any method to know the validation's status? I think sendcommand() could return a result to indicate the status.
Asked: 2013-11-24 13:45:53 +0800
Seen: 4 times
Last updated: Nov 24 '13
ZK + Hibernate validation using JSR
howto change Datebox format error message
Session Timeout on Upload Button [closed]
ZK MVVM Validation Focus on First Error
how to clear validation messages
Create Crud of a User that has a collection of books
textbox constraint emailadress upgrade to disallow mycomp.com [closed]
validate before more than one function
How to Disable Mandatory Constraint for email textbox
Validation on combobox. How can I rollback a selected comboitem if validation failed? [closed]