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