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)
ExpressionContext :: Livesite :: XSLT
ramliprasad
I am trying to build a context based rendering instead of using the external component.
I am trying to get hold of context object in my java method when I call this java method from inside this XSLT.
The issue I am facing at the moment is that it is looking for some ExpressionContext Class which I am not able to find in any of the jars.
java.lang.NoSuchMethodException: For extension function, could not find method .processData([ExpressionContext,] #STRING)
Does anyone know how to create a extension function. This could be quite useful for everyone.
Has anyone tried this method.
Please not I am able to call a java method from xslt but I am looking for context object so that I can manipulate more based on the context.
Thanks
Find more posts tagged with
Comments
ramliprasad
Folks. thanks. I got the answer for now using ExtensionContext instead of ExpressionContext.