How to import constants in a JSP page
Posted
by javanix
on Stack Overflow
See other posts from Stack Overflow
or by javanix
Published on 2010-03-26T21:46:53Z
Indexed on
2010/03/26
21:53 UTC
Read the original article
Hit count: 479
jsp
|jspinclude
Are there any better ways to use constants in a JSP than:
<%@ page import="static package.Interface.NAME"%>
Is there any downside to using these (outside of mixing code/content)?
Thanks!
© Stack Overflow or respective owner