If as I suggested before, the BeanInfo becomes the main entry point for these
operations the code would look something like:
| public Object get(String name) throws Throwable
| {
| Object object = getTarget();
| BeanInfo info = getBeanInfo();
| return info.getPropertyValue(name, object);
| }
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4000933#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...