UIMenu uiMenu = (UIMenu)component;
if(component.getChildCount()==0){return;}
int max=-1;
UIMenuLimit uiMenuLimit = getMenuLimit(uiMenu);
if(uiMenuLimit==null){logger.debug("No Limit");}
else
{
max = (Integer)uiMenuLimit.getAttributes().get("max");
logger.debug("Limit found");
}
logger.debug("uiExMenu.getRowCount()="+uiMenu.getRowCount()+" Limit(max)="+max);