tapestry-hibernate Transaction not successfully started

2008-07-19 Thread luna_guo
(tapestry5.0.13 hibernate3.2.2) I have a page to display a list of some entities. it lookes well. but i get the error message in the log file: Error invoking listener [EMAIL PROTECTED]: Transaction not successfully started org.hibernate.TransactionException: Transaction not successfully starte

Re: [T5] BeanEditForm how to add to (decorate) the default renderer of a field?

2008-07-19 Thread Howard Lewis Ship
I'm afraid this isn't something the BeanEditor can handle. You might be able to accomplish this using a local property override and a PropertyEditor component to "drag in" the default property editor block On Wed, Jul 16, 2008 at 4:02 AM, Michael Capper <[EMAIL PROTECTED]> wrote: > > Hi, > i want

Re: t5components - Window

2008-07-19 Thread Sven Homburg
extends the window class, its a simple overideable component class 2008/7/18 Petros Petrou <[EMAIL PROTECTED]>: > > The demo source code uses this code in the WindowPage.tml > >function showWindow2() >{ >${window2.componentResources.id}.setTitle("This is Window 2") >${wind

Re: T5 tapestry-hibernate

2008-07-19 Thread sparqle
Please see attached image for my list of dependencies in the lib folder. regards, http://www.nabble.com/file/p18544559/libs.PNG libs.PNG keesvb wrote: > > Which dependencies were you missing? > > > sparqle wrote: >> >> I figured it out. I was missing some dependencies. It works now. >> >>

PageLink problem

2008-07-19 Thread luna_guo
I use onPassivate() method to add the context to the pageLink of the page, all the link to that page display with the context. but when i group the link to a component named Navigator,the PageLink shows only the pageName. How to display a pagelink to somePage with context in a component? -- View