https://issues.apache.org/bugzilla/show_bug.cgi?id=57142
Mark Thomas <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Mark Thomas <[email protected]> --- This is one of several areas that could benefit from some clarification in the JSP spec. Note the approach suggested above will add the imports to every JSP page in the application. On a per page basis you can use: <% pageContext.getELContext().getImportHandler().importStatic("java.lang.Integer.MAX_VALUE"); %> My current thinking os that this behaviour could be optional - i.e. controlled by configuration - until such time as there is some clarification in the JSP spec. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
