Em Wed, 02 Jul 2008 09:16:19 -0300, Ronny L <[EMAIL PROTECTED]> escreveu:

@Persist
private User user = new User ();
@Persist
private Login login = new Login();
@Persist
private Info info = new Info();

Try not initializing the fields in their declaration. Use the Form component prepare events to initialize them if needed.

Thiago

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

Reply via email to