Re: [T5]: Hibernate question - session is null

2008-07-27 Thread 9902468
Is the hibernate service initialized at all? When Tapestry starts it lists all known services, is Hibernate in that list? - 99 photos-4 wrote: > > Thanks for your help, but so far no joy: > > Quoting 9902468 <[EMAIL PROTECTED]>: > >> And of course, check that you have Hibernate and hibernat

Re: tapestry-hibernate-5.0.13.jar conflict or what?

2008-07-27 Thread Sven Homburg
dont put tapestry-hibernate-5.0.13.jar into the WEB-INF/lib if you dont propose to use hibernate argo, sometimes its better if you post your stacktrace so we can see with one look whats going wrong or do you have too much bandwidth ;-) 2008/7/28 Argo Vilberg <[EMAIL PROTECTED]> > hi, > > If i

Fwd: tapestry-hibernate-5.0.13.jar conflict or what?

2008-07-27 Thread Argo Vilberg
If you want try this strange behaviur then course code are here : www.softpro.ee/tapestry5/arendus5.zip Argo -- Forwarded message -- From: Argo Vilberg <[EMAIL PROTECTED]> Date: 2008/7/28 Subject: tapestry-hibernate-5.0.13.jar conflict or what? To: Tapestry users hi, If i us

tapestry-hibernate-5.0.13.jar conflict or what?

2008-07-27 Thread Argo Vilberg
hi, If i use my application with new tapestry-hibernate-5.0.13.jar then i just got : HTTP Status 404 - /t5first/ -- *type* Status report *message* */digileping/* *description* *The requested resource (/digileping/) is not available.* --

Re: [T5] getting current page in layout component

2008-07-27 Thread Markus Joschko
I found the answer in the archives. It's the componentResources which a method to return the pagename. Thanks anyway, Markus On Sat, Jul 26, 2008 at 9:08 PM, Shing Hing Man <[EMAIL PROTECTED]> wrote: > Have you tried the adding the following to your layout component java class ? > > @InjectCont

Re: Explorer like tree component

2008-07-27 Thread Hugo Palma
Cool, it would you great if you both (Toby and Daniel) could post your component code to the wiki. Daniel Jue wrote: Toby, please add yours to the Wiki if you can! There is already a T5 Tree component there based on a DHTMLGoodies tree. (That one needs updating, but I have a working version o

Re: tapestry 5.0.13 and hello world application

2008-07-27 Thread Sven Homburg
http://java.sun.com/dtd/web-app_2_3.dtd";> app Tapestry 5 Application tapestry.app-package t5demo app > HERE IS YOUR ERROR change to org.apache.tapestry5.TapestryFilter app /* 2008/7/27 Argo Vilberg

Re: [T5] Strange Tomcat Behavior I Can Not Explain

2008-07-27 Thread Renat Zubairov
Hi If I remember correctly there was some tricks when T5 application is deployed on Tomcat, namely application classes should be put as JAR file inside the WEB-INF/lib and not to the WEB-INF/classes May be that's the issue. Renat 2008/7/25 Martin Kersten <[EMAIL PROTECTED]>: > Hi There, > > I

Fwd: tapestry 5.0.13 and hello world application

2008-07-27 Thread Argo Vilberg
Hi, www.softpro.ee/tapestry5/ app.war is with tapestry 5.0.13 lib it does'nt work with tomcat 5.5.26 app1.war is with tapestry 5.0.10 lib it work with tomcat 5.5.26 I change 4 lib file: javaassists-3.6.ga.jar -> javaassists-3.7.ga.jar tapestry-ioc-5.0.10.jar -> tapestry-ioc-5.0.13.jar tapest

Re: tapestry 5.0.13 and hello world application

2008-07-27 Thread Argo Vilberg
app1.war works with apache-tomcat-5.5.26, but app.war dosent work with apache-tomcat-5.5.26. Argo 2008/7/27 Argo Vilberg <[EMAIL PROTECTED]> > Hi, > > > app.war is with tapestry 5.0.13 lib > app1.war is with tapestry 5.0.10 lib > > > I change 4 lib file: > javaassists-3.6.ga.jar -> javaassis