anonymous wrote : public class SampleBean_directAccessField
| implements IAccess {
|
| SampleBean target = null;
|
|
| public void setValue(Object obj) {
| target.directAccessField = ((java.util.Date) (obj));
| }
|
Is the "directAccessField" in SampleBean a public field? If it's not, then
it won't be accessible.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4223013#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...