hi, thanks for the reply. but i don't think i store any data, i just retrieve the data from the database.. and it works in the 10.4 stable version even there's that warning. btw, are ofbiz requires all the id's type to be in string (it seems that all the id in ofbiz data model was in string)? because i'm using the exact way like in the example component and it works in the example component and the difference between the example's entityset with mine is i'm using long type for id's, .
Adrian Crum-3 wrote: > > The database is expecting a long data type and you are trying to store a > String. Convert the String to a long before you store it. > > -Adrian > -- View this message in context: http://ofbiz.135035.n4.nabble.com/Issue-with-rendering-FindScreenDecorator-in-the-latest-revision-tp3331268p3331442.html Sent from the OFBiz - User mailing list archive at Nabble.com.
