thistagScope.set(EXECUTION_MODE,"start");
thistagScope.set(EXECUTE_BODY,Boolean.TRUE);
thistagScope.set(KeyConstants._HASENDTAG,Caster.toBoolean(hasBody));
ctVariablesScope=new VariablesImpl();
ctVariablesScope.setEL(KeyConstants._ATTRIBUTES,attributesScope);
ctVariablesScope.setEL(KeyConstants._CALLER,callerScope);
ctVariablesScope.setEL(KeyConstants._THISTAG,thistagScope);