Mantis - Resin
Viewing Issue Advanced Details
1892 minor always 07-23-07 09:30 07-30-07 13:57
ferg  
ferg  
normal  
closed 3.1.2  
fixed  
none    
none 3.1.3  
0001892: JSP import syntax changes
(rep by Matthew Schmidt)

Hi guys. It appears that the JSP compiler in Resin (both 3.0.x and 3.1.x) doesn't like a line that apparently Tomcat supports:

<%@ page import="static jetbrains.buildServer.serverSide.CounterType.*" %>

The error message is: Error message: _jsp/_overview__jsp.java:9: expected import static; ^ 1 error

It seems like strange syntax to me, but if its valid it should be supported.

Notes
(0002158)
ferg   
07-30-07 13:57   
jsp/0158