| /*
  | * fill selectOneMenu
  | */
  | @Begin(join=true)
  |     public List<Hersteller> getKfzList() {
  |        List<Hersteller>  lher=   em.createQuery("from Hersteller where 
akzept=true")
  |         .getResultList();
  |         return lher;
  |     }
  | 
  |   /*
  | *submiit
  | */  
  |      @End
  |     public String saveMod(){


the message print is  "Not vaild Value"
if i do submmit

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

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

Reply via email to