Utility.logMessage("DEBUG", "SelectMembers::execute(): Start");
Document model = getXmlDoc(sessionData);
String theCommand = getCommand(runtimeData);
Utility.logMessage("DEBUG", "SelectMembers::execute(): action = " + theCommand);
Iterator itr = runtimeData.keySet().iterator();
Element theElement;
while (itr.hasNext()) {
String key = (String)itr.next();
String thisPerm = null;
String tagname = theCommand + "//";