Thanks for you help. As a bit of a maven/tapestry novice I realised I had not added the dependcies in the POM correctly
<dependency> <groupId>com.howardlewisship</groupId> <artifactId>tapx-core</artifactId> <version>${tapx-release-version}</version> </dependency> <dependency> <groupId>com.howardlewisship</groupId> <artifactId>tapx-datefield</artifactId> <version>${tapx-release-version}</version> </dependency> And then ran mvn eclipse:eclipse -- View this message in context: http://tapestry.1045711.n5.nabble.com/Unable-to-resolve-tapx-datefield-to-a-component-class-name-tp4619854p4622314.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org