Show
Ignore:
Timestamp:
08/09/10 10:51:45 (22 months ago)
Author:
mszopinski
Message:

calendar, simple display

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ssme/trunk/flex/Common/src/com/kh/ssme/entity/RoleEntity.as

    r4036 r4037  
    5959        public override function parseJSONString(json:String, recursive:int = 0):* { 
    6060            var jsonEntity:Object = JSONObject.decode(json); 
    61             return parseJSONObject( jsonEntity ); 
     61            return parseJSONObject( jsonEntity, recursive ); 
    6262        } 
    6363 
     
    6666            var result:String = JSONObject.encode( jsonObject ); 
    6767            return result; 
    68         } 
    69          
     68        }          
    7069 
    7170    } 
    7271 
    73  
    74  
    7572}