<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="db"%> Cell Repeater Error in Cell Repeater - Invalid rows value <% try { %> Item: <% } catch(Exception e) { if(e instanceof javax.servlet.jsp.el.ELException) out.write("success -- caught ELException; assumed to be related to invalid String to int type conversion"); else out.write("fail -- exception was not servlet exception"); } %>