In the reference documentation for the Seam application framework, the 
PersonHome example has method


  |     protected Person getNewInstance() {
  |         return new Person(country);
  |     }
  | 

but, the Home class has signature


  | 
  |     public ValueBinding getNewInstance();
  | 
  | 
    
Should this be overriding the getNewInstance() method or some other method?


   

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984683#3984683

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

Reply via email to