Re: T5: injecting service into page

2007-05-03 Thread Howard Lewis Ship
The module must be test.services.AppModule. You have it as test.AppModule, and Tapestry simply doesn't see it there. Because of these, no service binding, and therefore, no service to inject. On 5/3/07, Peter V <[EMAIL PROTECTED]> wrote: --- Peter V <[EMAIL PROTECTED]> wrote: > I have serio

Re: T5: injecting service into page

2007-05-03 Thread Peter V
--- Peter V <[EMAIL PROTECTED]> wrote: > I have serious problems with simple service > injection > into page. > > ... Test page class is in test.pages.Test of course, not in test.Test. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best sp

T5: injecting service into page

2007-05-03 Thread Peter V
I have serious problems with simple service injection into page. I have one service interface (test.FooManager) and one service implementation (test.DefaultFooManager). Module (test.AppModule): public class AppModule { public static void bind(ServiceBinder binder) {