DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16048>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16048

Example page won't compile under jboss

           Summary: Example page won't compile under jboss
           Product: Struts
           Version: 1.0.2 Final
          Platform: PC
               URL: http://192.168.1.10:8080/struts-exercise-taglib/html-
                    select.jsp
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Example
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Under JBoss-3.0.4, the page html-select.jsp from struts-exercise-taglib.war
won't compile. I was able to fix this by removing a "stray" semicolon from the
page import declaration.


The line used to read:
<%@ page language="java" import="java.util.*,
org.apache.struts.webapp.exercise.*;"%>


But needs to read:
<%@ page language="java" import="java.util.*,org.apache.struts.webapp.exercise.*"%>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to