Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
How does $CONTEXT work?
RajatChopra
so we've been struggling with how to get the $CONTEXT page token to work for the past 3-4 hours.
we are able to retrieve the values mentioned in the SP deveoper's guide documentation by Interwoven, but are not able to anything more than that.
We want to retrieve the parameters from the RequestContext object. Traditionally in java code we use the getParameterString (String) method. But I have no clue as to how it can be done use the $CONTEXT, or even if it is possible or not.
Any pointers or RTFM will be very helpful.
Thanks,
Rajat
Find more posts tagged with
Comments
tec_iwov
the token uses bean syntax to get values from the request context so the pathing is relative to it.
http://commons.apache.org/beanutils/apidocs/org/apache/commons/beanutils/package-summary.html#package_description
Untak
you can Try
$CONTEXT{usersession.getparameter(value)}