I believe the problem is in this code: ``` if (_value != null) { if ("true".equals(_value.trim())) { return true; } } return defaultValue; ```