[jboss-user] [JBoss Seam] - Re: generate-entities problem
zahidncst
do-not-reply at jboss.com
Wed Dec 12 14:42:42 EST 2007
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
More information about the jboss-user
mailing list