Dear All,
I am working on EP6.0 SP2
Can I use JSP for content and personalization presentation in my component using AbstractPortalComponent? where should I place it and how should I access?
I have tried whatever is given in help file JSP support without success.
Thanks in advance
Sure....
<i>public void doContent(IPortalComponentRequest request, IPortalComponentResponse response)
{
response.include(request, request.getResource(IResource.JSP, "pagelet/example.jsp"));
}</i>
... just put your JSP under dist/PORTAL-INF/pagelet.
Regards, Steffen
Add a comment