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 class changes:

"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
annotation on a private instance variable."


I have never really seen the nice class loading effect displayed in the
screencasts, I have to restart tomcat after doing changes to the java
structure in my page classes.

I'm running T5.0.13 with tomcat 6 in debug mode in eclipse/myeclipse.

Any ideas on what I'm doing wrong?

Regards
Inge

Reply via email to