public static void bind(ServiceBinder binder){
         
binder.bind(MyPersistentFieldStorageImpl.class).withId("MyPersistentFieldStrategy");
                
}

public class MyPersistentFieldStorageImpl extends
                ClientPersistentFieldStorageImpl

exception:

Service interface
org.apache.tapestry.internal.services.ClientPersistentFieldStorage is
matched by 2 services: ClientPersistentFieldStorage,
MyPersistentFieldStrategy. Automatic dependency resolution requires
that exactly one service implement the interface.
--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to