<portlet:resourceURL/>のパラメータに値を割り当てようとしています
<portlet:resourceURL id="<%=Constants.Color%>" var="<%=Constants.Color%>"/>
このコードは機能しません。
public class Constants {
public static final String Color = "Red";
}
<portlet:resourceURL/>のパラメータに値を割り当てようとしています
<portlet:resourceURL id="<%=Constants.Color%>" var="<%=Constants.Color%>"/>
このコードは機能しません。
public class Constants {
public static final String Color = "Red";
}