On Sat, 06 Nov 2010 12:55:09 -0200, Josh Kamau <joshnet2...@gmail.com> wrote:

Thiago,

Hi!

I am using Eclipse with maven and running it via mvn jetty:run. I am fine
with restarting jetty when i make a change so i dont care much about
enabling live reloading.

You'll learn and develop way faster with live class reloading. There's no reason for not using it (and many for using). Are you running jetty:run in the command line or using m2eclipse? If under m2eclipse, there's one gotcha: it configures Eclipse such that src/main/resources isn't copied to target/classes autimatically.

How is your package structure? Where are you putting your files? I guess Tapestry isn't finding your component template due to it being in the wrong place or not being included in the classpath. Component templates should be in the same package as the corresponding class and have the same name, case sensitive.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to