if (pageContext.getParameter("ApplyBtn") != null){
OAViewObject voh = (OAViewObject)am.findViewObject("XxVO1");
try {
voh.getCurrentRow().getAttribute("XxColumnName").toString();
} catch (NullPointerException e) {
throw new OAException("XxColumnName Name is Required", OAException.ERROR);
}
}
OAViewObject voh = (OAViewObject)am.findViewObject("XxVO1");
try {
voh.getCurrentRow().getAttribute("XxColumnName").toString();
} catch (NullPointerException e) {
throw new OAException("XxColumnName Name is Required", OAException.ERROR);
}
}
0 comments: