281282283284285286287288289290291
: "simple"; } // check the parent Property[] props = rootContext.getProperties(); Property prop = null; for (int i = 0; i < props.length; i++) { if (props[i].getName().toLowerCase().equals( property.toLowerCase())) { prop = props[i]; break;