Skip to content

Instantly share code, notes, and snippets.

@chingovan
Created June 26, 2016 19:45
Show Gist options
  • Save chingovan/cb69ae0b27f9570fad926dfeb5c76222 to your computer and use it in GitHub Desktop.
Save chingovan/cb69ae0b27f9570fad926dfeb5c76222 to your computer and use it in GitHub Desktop.
<%@include file="/html/configuration/init.jsp"%>
<%
String greeting = portletPreferences.getValue("greeting", StringPool.BLANK);
%>
<%= greeting %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment