Hi,
Can someone please provide me the API to retrive "Parameters" Attribute value of current Display view.
Regards,
Chandan
Do you want to retrieve them from a JSP Display View?
We do that by adding the following to parameters:
sampleParam=Hello
And then in the JSP using:
< templating:initComponent scope = "request" />
< c:out value="${ requestScope.sampleParam}" / >
Hope this helps,
James