Created
August 9, 2012 01:02
-
-
Save MaySnow/3300123 to your computer and use it in GitHub Desktop.
EL表达式中获得URL的参数
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
<c:choose> | |
<c:when test="${param.code == 10001}"> | |
<div style="color:red">用户名或密码错误</div> | |
</c:when> | |
</c:choose> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment