Re: Newbie Question about services and modules

2008-04-18 Thread Michael Szalay
Thanks a lot for your hints. The problem was the name of the servlet filter and the build method, which has to be static. Regards Michael On Thu, Apr 17, 2008 at 10:01 PM, Igor Drobiazko <[EMAIL PROTECTED]> wrote: > Method bind shoould be static > > On Thu, Apr 17, 2008 at 9

Newbie Question about services and modules

2008-04-17 Thread Michael Szalay
Hi all I tried to build my first service, but its not found within the registration I try to lookup it in the page: @Inject private QuizService quizService; There is a Module class which should build my service: package com.szalay.quiz.services; import org.apache.tapestry.ioc.ServiceBind