Re: T5: Class reloading not working

2008-09-09 Thread Thiago H. de Paula Figueiredo
Em Tue, 09 Sep 2008 11:17:46 -0300, Sven Homburg <[EMAIL PROTECTED]> escreveu: sorry, dont mean "spread", mean "advantage" Faster startup time Faster (at least it is my impression, no tests made) More modular Can be used embedded in an application ... Thiago ---

Re: T5: Class reloading not working

2008-09-09 Thread Sven Homburg
sorry, dont mean "spread", mean "advantage" 2008/9/9 Sven Homburg <[EMAIL PROTECTED]> > i know its off topic, and i dont want to start a discussion about what is > better, > only want know the spread of tomcet against jetty !? > > 2008/9/9 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > > Em

Re: T5: Class reloading not working

2008-09-09 Thread Sven Homburg
i know its off topic, and i dont want to start a discussion about what is better, only want know the spread of tomcet against jetty !? 2008/9/9 Thiago H. de Paula Figueiredo <[EMAIL PROTECTED]> > Em Tue, 09 Sep 2008 10:40:05 -0300, Inge Solvoll <[EMAIL PROTECTED]> > escreveu: > > That's it then.

Re: T5: Class reloading not working

2008-09-09 Thread Thiago H. de Paula Figueiredo
Em Tue, 09 Sep 2008 10:40:05 -0300, Inge Solvoll <[EMAIL PROTECTED]> escreveu: That's it then. All my page and component classes are under WEB-INF/classes. So I need to either switch to Jetty or find a way to compile all my T5 classes to a jar file under WEB-INF/lib... I think almost anyon

Re: T5: Class reloading not working

2008-09-09 Thread Inge Solvoll
That's it then. All my page and component classes are under WEB-INF/classes. So I need to either switch to Jetty or find a way to compile all my T5 classes to a jar file under WEB-INF/lib... By the way, I did of course annotate the component field. This is not a problem with syntax, I have a lot o

Re: T5: Class reloading not working

2008-09-09 Thread Thiago H. de Paula Figueiredo
Em Tue, 09 Sep 2008 10:09:15 -0300, Inge Solvoll <[EMAIL PROTECTED]> escreveu: "Embedded component 'keyField' has no type. You should specify a type in the component template, or define the component inside class com.myapp.tapestry5.pages.admin.system.SettingsEdit using the @Component annota

T5: Class reloading not working

2008-09-09 Thread Inge Solvoll
Hi! 1. I created a page and tested that it viewed nicely in my browser 2. I added a component via a private instance variable with type TextField in my page class 3. I added a reference to that component in my .tml. 4. I get the following error in the browser, indicating that tapestry can't see my