zk selecting combobox item programatically
- by Abdul Khaliq
Hi,
I cannot set the value of combobox programatically can some one tell me what missing in the code
public class Profile extends Window implements AfterCompose {
@Override
public void afterCompose() {
Session session = Sessions.getCurrent(false);
ApplicationContext ctx =…