resourceURL
then you will have to include the http://java.sun.com/portlet_2_0
tag library in your JSP like this
<%@page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1" session="false"%>
<%@taglib uri="http://java.sun.com/portlet_2_0" prefix="portlet"%>
<portlet:defineObjects />
<a href='<portlet:resourceURL />'>Resource URL </a>
By default when you create a portlet JSP in RAD 7.5 it always adds Portlet Specification 1.0 related tag library like this
<%@taglib uri="http://java.sun.com/portlet" prefix="portlet"%>
and with this you cannot use newer tags
2 comments:
Thanks Sunil, this was a nice pointer...
Thanks for info....
SEO Company in Bangalore
Post a Comment