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
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