public class DOValueStaticListWithOrther extends DOStaticList {
public String getHtmlCode(DOIModel aModel) {
DOFormModel property = (DOFormModel) aModel;
BOInstance bi = property.getData();
String wseladdress = null;
String wvacationtype = null;
if(bi != null) {
wseladdress = bi.getValue("wseladdress");
wvacationtype = bi.getValue("wvacationtype");
}
if(wseladdress == null || "".equals(wseladdress.trim()))
wseladdress = " ";
if(wvacationtype == null || "".equals(wvacationtype.trim()))
wvacationtype = " ";