This problem is still in latest seam gen (dec 12, 2007)..
Why cant they do "upper case" on it?

I also had problem in isIdDefined method for "bigdecimal" and
"date".(had to manually do toString() on it)
eg 
        if (Strings.isEmpty(getTDataId().getSalesAmt()))
>>> changed to :        if 
>>> (Strings.isEmpty(getTDataId().getSalesAmt().toString()))


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

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

Reply via email to