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#4223013

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4223013
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to