Re: [T5] Simple CRUD application with Hibernate : Relations

2007-07-23 Thread mailvttanhua
Hi, Could this tutorial give any help: http://tapestry.apache.org/tapestry5/tapestry-core/guide/beaneditform.html section Property Editor Overrides. Best regards, Vesa Hi, I have no clue whether this is your problem but one thing is noticeable: @ManyToOne needs a @JoinColumn Bets regards

[T5] Simple CRUD application with Hibernate : Relations

2007-07-22 Thread Julien HENRY
Hi, I'm learning Tapestry 5, and I would like to know how to do the following simple example : I have an object called Person and an object called Group. Person(id, name, group_id) Group(id, name) I would like to create a simple CRUD application. I'm following T5 tutorial (using beaneditform)

Re: [T5] Simple CRUD application with Hibernate : Relations

2007-07-22 Thread Igor Drobiazko
Hi, I have no clue whether this is your problem but one thing is noticeable: @ManyToOne needs a @JoinColumn Bets regards Igor On 7/22/07, Julien HENRY [EMAIL PROTECTED] wrote: Hi, I'm learning Tapestry 5, and I would like to know how to do the following simple example : I have an object