@ -109,6 +109,8 @@ public class Property extends AbstractComponent {
}
public Object getValue(Object obj, String name) {
return get(obj, name);
/*
try {
return getDescriptor(obj, name)
.getReadMethod()
@ -116,6 +118,7 @@ public class Property extends AbstractComponent {
} catch (Exception e) {
throw runtimeException(e);
*/
/**객체에 지정하는 프로퍼티 값을 쓴다.