RE: XSP logicsheet for the ServletContext object

2002-08-16 Thread Per Kreipke
I just noticed that class XSPUtil (the implementing class for util taglib) has the following function, which also shows how to get context info in Java: public static Object getContextAttribute(Map objectModel, String name) { Context context = ObjectModelHelper.getContext(objectModel);

Re: XSP logicsheet for the ServletContext object

2002-08-16 Thread Vadim Gritsenko
Werner Guttmann wrote: >Hi, > >just looking at the available XSP logicsheets, it seems that there is >not a logicsheet for the ServletContext that would offer the kind of >functionality the request logicsheet offers for interacting with the >HttpServletRequest. > They (context parameters) are n