Re: Master detail problem

2006-10-13 Thread pipothebit
Ok, very thank you for your reply. The problem is than I am using the wrong component. In a form to populate tehe values of form fields to the bean properties it must be submited. If you use the DirectLink component the form is not submited, and values are not populated to bean properties. Direct

Re: Master detail problem

2006-10-12 Thread Josh Long
I'm not sure, but try and make sure that a) your object is serializable,b) that it has a working equals/ hashCode based on something that works well for objects in a collection, c) that all the above is actually doing what you hope it is in the DB and, finally, d) that you call setMaster on the pa