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

http://issues.apache.org/bugzilla/show_bug.cgi?id=35351





------- Additional Comments From [EMAIL PROTECTED]  2005-06-14 06:43 -------
Tomcat v5.0 also produces similar errors to comment 1, eg:

1) Using "nested.TestComponent$InnerViewBean" results in:
  An error occurred at line: 8 in the jsp file: /inner_viewbean1.jsp
  Generated servlet error:
 
C:\apache\tomcat_50\work\Catalina\localhost\NestedViewBean\org\apache\jsp\inner_005fviewbean1_jsp.java:56:
cannot resolve symbol
  symbol  : class TestComponent$InnerViewBean 
  location: package nested
  perchance you meant 'TestComponent.InnerViewBean'
            viewBean = new nested.TestComponent$InnerViewBean();
                                 ^
  3 errors
                
org.apache.jasper.compiler.DefaultErrorHandler.javacError(DefaultErrorHandler.java:84)
                
org.apache.jasper.compiler.ErrorDispatcher.javacError(ErrorDispatcher.java:332)
                
org.apache.jasper.compiler.Compiler.generateClass(Compiler.java:412)
                 org.apache.jasper.compiler.Compiler.compile(Compiler.java:472)
                 org.apache.jasper.compiler.Compiler.compile(Compiler.java:451)
                 org.apache.jasper.compiler.Compiler.compile(Compiler.java:439)
                
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:511)
                
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:295)
                
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
                 
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
                 javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

2) Using "nested.TestComponent.InnerViewBean" (as for comment 1)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to