Hi all, I'm using Ofbiz 11.04 branch as the base for my project currently. The database i'm using is Postgres.
In one of the module, due to the restriction of using the service, i need to use Java Events to retrieve the value from a form and save it into the database. I'm using the delegator to store the value to the database. (delegator.create and delegator.storeAll) I notice that whenever a database column is of text type, if the field is empty or null during the transaction, the value stored into the database will be 2 single quotes: '' There's no such issue when i use service to store value in other module. Is this intentional, a bug or I did something wrong that provoked such problem? Appreciate any pointers. Thanx FooShyn
