Re: BeanForm and no setter method for persistence id

2006-09-22 Thread D&J Gredler
Cool, thanks for the update! On 9/22/06, Claus Myglegaard Vagner <[EMAIL PROTECTED]> wrote: Hi Daniel, You are quite right! No problem with BeanForm component. The problem were somewhere else in the code... Claus D&J Gredler skrev: > Are you listing the properties explicitly, i.e. > properti

Re: BeanForm and no setter method for persistence id

2006-09-22 Thread Claus Myglegaard Vagner
Hi Daniel, You are quite right! No problem with BeanForm component. The problem were somewhere else in the code... Claus D&J Gredler skrev: Are you listing the properties explicitly, i.e. properties="name,description"? If that's the case, I don't see how the BeanForm knows anything at all a

Re: BeanForm and no setter method for persistence id

2006-09-21 Thread D&J Gredler
Are you listing the properties explicitly, i.e. properties="name,description"? If that's the case, I don't see how the BeanForm knows anything at all about your ID field. And if there's not even a setId( ) method, there's no way at all for BeanForm to modify the property (it doesn't modify fields