Last active
May 25, 2016 16:04
-
-
Save chingovan/d17ea0b2a7216df426a9fdf65f68918f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%@include file="/html/popup/init.jsp"%> | |
<% | |
String value = ParamUtil.getString(renderRequest, "parameter"); | |
%> | |
Your value is <%= value%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment