Hi All,
I want to create a new link in the Toolarea. In the par file, i added these lines of code. But it is giving me
this error:
Portal Runtime Error
An exception occurred while processing a request for :
iView : pcd:portal_content/user/mydesktop/frameworkPages/com.sap.portal.frameworkpage/testmast
Component Name : testmast.default
Error occurs during the rendering of jsp component.
Exception id: 08:29_15/04/08_0017_16961051
See the details for the exception ID in the log file
I added these lines of code
<TD nowrap class="prtlToolAreaTaskTextLftPadd">
<%if (isEnabled(profile, ENABLE_EXAMPLE_LINK1))
{%>
http://www.google.com" target="new" class="prtlToolAreaTaskText" title="<%=clpLinkTooltipStr%>"><%=clpLinkTextStr%>
<TD nowrap class="prtlToolAreaTaskDivider">
<%}%>
</TD>
<TD nowrap>
Can anyone help out in resolving this error?
Regards,
Divya