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