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