Re: BeanEditForm - small problem

2011-06-09 Thread Howard Lewis Ship
Please refer to the FAQ for a description of this problem, and some solutions. On Fri, May 20, 2011 at 9:23 AM, toejoe wrote: > Thank You for the reply. > > However, suggested solution did not work, but your proposal gave me the > idea. I deleted all constructors from entity class. Bean edit form

Re: BeanEditForm - small problem

2011-05-20 Thread toejoe
Thank You for the reply. However, suggested solution did not work, but your proposal gave me the idea. I deleted all constructors from entity class. Bean edit form is now working! This is the first time I created entity classes with the wizard. :( Cheers -- View this message in context: http://

Re: BeanEditForm - small problem

2011-05-20 Thread Thiago H. de Paula Figueiredo
On Fri, 20 May 2011 11:15:42 -0300, toejoe wrote: Hello Hi! Try this: void onPrepare() { if (guma == null) { guma = new Guma(...); } } I can not get over thisprobably basic problem. Render queue error in SetupRender[Gume:guma.editor]: Exception instanti