sql update of existing table

2010-02-20 Thread toejoe
Hello. I am using Tapestry 5.0.18 framework with Netbeans 6.8, MS Sqlexpress 2005 and using hibernate support for accessing database. One page is crated for data input. Other one will display data from table. Input is performed using t:beaneditform and display via t:grid. Whatever data I enter,

Re: sql update of existing table

2010-02-20 Thread toejoe
bernate/ > > call HibernateSessionManager.commit(). > > Shing > > > Home page : http://www.lombok.demon.co.uk/ > > > > --- On Sun, 21/2/10, toejoe wrote: > >> From: toejoe >> Subject: sql update of existing table >> To: users@t

BeanEditForm - small problem

2011-05-20 Thread toejoe
Hello I can not get over thisprobably basic problem. Render queue error in SetupRender[Gume:guma.editor]: Exception instantiating instance of com.projekat.alpha1.entities.Guma (for component 'Gume:guma.editor'): Error invoking constructor com.projekat.alpha1.entities.Guma(int, String, String, Dat

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://