I was trying to print the following statement in my jsp.
out.println("myBookIdStatus="+StringUtils.isEmpty(obj.getValue(0,"value")));
Even though I have imported <%@page import="org.apache.commons.lang.StringUtils"%>
, I am getting following error. Why is it happening??
cannot find symbol symbol : variable StringUtils location: class....