Re: Nested Objects & Cocoon Form Binding

2007-03-04 Thread Tino Schöllhorn
Hi, this is not really an issue concerning OJB. You should try to use JavaBeans accessors/mutators to achieve your goal. Look at the spring-framework for example - they have a mapping from forms to javabeans. Tino 許議中 wrote: Hi! Below is running in OJB 1.0.4 & Cocoon 2.1.0 I've a set of t

Nested Objects & Cocoon Form Binding

2007-03-03 Thread 許議中
Hi! Below is running in OJB 1.0.4 & Cocoon 2.1.0 I've a set of tables with three layers. First Layer: The main table. with a primary key. Second Layer: The sub table, with a primary key, and a forean key refer to main table. it's one to many. Tress Layer: many tables with different type, type0