I'm trying to assign values to the parameters of <portlet:resourceURL/>
<portlet:resourceURL id="<%=Constants.Color%>" var="<%=Constants.Color%>"/>
This code does not work.
public class Constants {
public static final String Color = "Red";
}
" var="<%=Constants.Color%>"/> Th" /> " var="<%=Constants.Color%>"/> Th" /> " var="<%=Constants.Color%>"/> Th"/>
I'm trying to assign values to the parameters of <portlet:resourceURL/>
<portlet:resourceURL id="<%=Constants.Color%>" var="<%=Constants.Color%>"/>
This code does not work.
public class Constants {
public static final String Color = "Red";
}
In order to pass param using resourceURL from your jsp you will do something like...
In your portlet