public class Evaluator extends AbstractBaseEntity {
>
>@Id
>@GeneratedValue
>@NonVisual
>private Long evaluatorId;
>
>@ManyToOne(fetch = FetchType.EAGER, optional = false)
>@JoinColumns(@JoinColumn(name = "application_user_id"))
>private
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,
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
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
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.
--