Created
April 11, 2017 10:04
-
-
Save trieloff/059bef5fc3ba3784aa8f24c6a4d7bc85 to your computer and use it in GitHub Desktop.
How to get an edit configuration property in JSP
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="/libs/foundation/global.jsp"%><% | |
%><% | |
String url = properties.get("webpage", String.class); | |
%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment