Re: Bean Edit Form w/ Select Menu

2012-04-17 Thread Chris Mylonas
public class Evaluator extends AbstractBaseEntity { > >@Id >@GeneratedValue >@NonVisual >private Long evaluatorId; > >@ManyToOne(fetch = FetchType.EAGER, optional = false) >@JoinColumns(@JoinColumn(name = "application_user_id")) >private

Re: Bean Edit Form w/ Select Menu

2012-04-16 Thread Thiago H. de Paula Figueiredo
On Mon, 16 Apr 2012 12:07:17 -0300, ICE Ernesto Arteaga Zavala wrote: Hehehe hi, Hi! I need the same explanation! I found that if, the entity has a user Object tapestry could not make the coercion object... so in the beaneditor or beaneditform I need to add it. Tapestry (actually,

Re: Bean Edit Form w/ Select Menu

2012-04-16 Thread ICE Ernesto Arteaga Zavala
e I just needed to add the parameter > "add". I didn't think I'd need to add the parameter since applicationUser > existed in my entity bean. Can some one explain the reasoning behind this> > Thanks. > > -- > View this message in context: > http://tapestr

Re: Bean Edit Form w/ Select Menu

2012-04-16 Thread George Christman
p://tapestry.1045711.n5.nabble.com/Bean-Edit-Form-w-Select-Menu-tp5643951p5644066.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional co

Bean Edit Form w/ Select Menu

2012-04-16 Thread George Christman
meone tell me what I'm doing wrong? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Bean-Edit-Form-w-Select-Menu-tp5643951p5643951.html Sent from the Tapestry - User mailing list archive at Nabble.com. --