Hi all! I'm trying to use static imports, but running into a problem in jsps. The following doesn't work:
<[EMAIL PROTECTED] import="static package.name.ClassName.*"%> I am getting the following: org.apache.jasper.JasperException: Unable to compile class for JSP Generated servlet error: Syntax error on token "static", delete this token Then it tells me that the variable I'm importing cannot be resolved. I am using JBoss version 4.0.3SP1 and it's target JDK is 1.6 Does Jboss not support jsp static imports? Thanks! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101840#4101840 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101840 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
