Revision history [back]

click to hide/show revision 1
initial version

answered 2013-02-27 13:23:25 +0800

sjoshi gravatar image sjoshi flag of India

http://zkframeworkhint.bl...

Which architecture you are using MVC or MVVM if you used MVC architecture and Wired your listbox something like this..

@Wire("listbox")
Listbox listbox;

then in aftercompose method you have to add this line....

public void afterCompose(@ContextParam(ContextType.VIEW) Component view) {

Selectors.wireComponents(view, this, true);
//Other code here
}

then Wiring will work if this is not the case then please edit your question with more code. Thanks

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More