Re: Likely very simple question about input on wizards
3
You need to set the exact component in the buildComponentData method. There you can define if the attribute is a textbox, textarea, checkbox, dropdown, etc. @Override public ComponentConfig buildComponentConfig(ComponentParams arg0) throws WTExcep... View more