Re: Render queue error in BeginRender: Class cannot be null

2011-10-22 Thread Julien Martin
up please 2011/10/21 Julien Martin > Hello Thiago, > > Tapestry version: T5.2.6 > > Java class: > *public class InscriptionProfessionnelGardeEnfant {* > * > * > *@Property* > *@Persist* > *@Valid* > *private ChildminderAccount childminderAccount;* > * > * > *@Property* > *

Fwd: Render queue error in BeginRender: Class cannot be null

2011-10-21 Thread Julien Martin
Hello Thiago, Tapestry version: T5.2.6 Java class: *public class InscriptionProfessionnelGardeEnfant {* * * *@Property* *@Persist* *@Valid* *private ChildminderAccount childminderAccount;* * * *@Property* *private SelectModel childminderStatusSelectModel;* * * *@Inject

Re: Render queue error in BeginRender: Class cannot be null

2011-10-21 Thread Thiago H. de Paula Figueiredo
On Fri, 21 Oct 2011 17:37:40 -0200, Julien Martin wrote: Hello, Hi! I still get this error the first time the form is loaded: *Render queue error in BeginRender[InscriptionProfessionnelGardeEnfant:accountemailaddress]: Class cannot be null (displayed in the browser)* *java.lang.IllegalA

Render queue error in BeginRender: Class cannot be null

2011-10-21 Thread Julien Martin
Hello, I have a slight problem with Tapestry. I have a Tapestry form which is as follows: ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** ** *