[jboss-user] [JBoss Seam] - Re: Converter
KoniKoni
do-not-reply at jboss.com
Sat Mar 17 11:52:35 EDT 2007
| /*
| * 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
More information about the jboss-user
mailing list