Skip to content

Instantly share code, notes, and snippets.

@isyoon
Created March 28, 2012 23:52
Show Gist options
  • Save isyoon/2231616 to your computer and use it in GitHub Desktop.
Save isyoon/2231616 to your computer and use it in GitHub Desktop.
spring eval
<%@taglib uri="http://www.springframework.org/tags" prefix="spring"%>
<spring:eval expression="@webProp" var="webProp" scope="request"/>
blah blah ~~
${webProp['config.url']}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment