Em Thu, 02 Oct 2008 05:39:12 -0300, mdes <[EMAIL PROTECTED]> escreveu:

The problem with the beaneditform is that I want Tapestry to create an
"empty" instance of my entity bean, but at the moment he can't understand
what type he has to use (in this case, Operator).

Maybe the problem is exactly how BeanEditForm instantiates your entity. One option is to instatiate it yourself in a method that handles the Prepare event. That method would check if your entity is null then instatiate your object directly. The other one I'm trying to find in this mailing list archives . . .

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
Consultor, desenvolvedor e instrutor em Java
http://www.arsmachina.com.br/thiago

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to