Re: @Inject("alias:Request")

2007-10-03 Thread Angelo Chen
how about this: @Inject @Service("RequestGlobals") private RequestGlobals requestGlobals; Request request = requestGlobals.getRequest(); A.C. Heck, Bob wrote: > > I am having a hard time getting to the regular Tomcat session info. > > I have tried

@Inject("alias:Request")

2007-10-03 Thread Heck, Bob
I am having a hard time getting to the regular Tomcat session info. I have tried putting @Inject("alias:Request") in my Tapestry 5 class file, but it keeps complaining that "The attribute value is undefined for the annotation type Inject" I have searched and searched but c