#{field (_prefix ? _prefix + '.' : 'object.') + _name} %{ if(_value){ if(_type){ currentType = play.Play.classloader.loadClass(_type) } else{ currentType = _value?.getClass() } } else if(_type){ currentType = play.Play.classloader.loadClass(_type) } // Eval fields tags def fieldsHandler = [:] if(_body) { _body.setProperty('fieldsHandler', fieldsHandler); _body.toString(); // we skeep the real result ... } }%