Tapestry has naming conventions in the AppModule and "build" methods must start with the word "build" (or use equivelant annotations).
You haven't shown me your code but it looks like your method is called "userDoSomethingClass()". If you take a look at the code I gave you, the method is called "buildUserDoSomethingClass()". Here's some documentation on builder methods: http://tapestry.apache.org/application-module-class-cheat-sheet.html#ApplicationModuleClassCheatSheet-Servicebuildermethods -- View this message in context: http://tapestry.1045711.n5.nabble.com/Using-generics-in-tapestry-service-tp5700399p5700701.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