Skip to content

Instantly share code, notes, and snippets.

@UberNick
Last active December 22, 2015 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save UberNick/6492506 to your computer and use it in GitHub Desktop.
Save UberNick/6492506 to your computer and use it in GitHub Desktop.
<%@include file="/libs/foundation/global.jsp"%>
<%
String title = properties.get("jcr:title", "default title");
String text = properties.get("jcr:text", "default text");
//String title = properties.get("jcr:title", String.class); //defaults to null
%>
Title: <%= title %> <br/>
Text: <%= text %> <br/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment