TypeCoercer is at very core of tapestry,
Alias service also, so using @Inject
will fail when contributing to TypeCorcer,

use @InjectService instead @Inject:

public  static void contributeTypeCoercer(
          Configuration<CoercionTuple> configuration,
          @InjectService("Session")
          final Session session) {


Davor Hrg

On 7/6/07, Jun Tsai <[EMAIL PROTECTED]> wrote:

or how to access the registry object in TypeCorercer?



--
Welcome to China Java Users Group(CNJUG).
http://cnjug.dev.java.net

Reply via email to