This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 123375

Summary: *** is already defined in SimplifiedJSPServlet
Product: javaee Reporter: dlpa <dlpa>
Component: JSPAssignee: Tomasz Slota <tslota>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: msg with error
no error
Another similar problem with SimplifiedJSPServlet

Description dlpa 2007-12-04 16:04:45 UTC
My JSP page starts with declaration <%@ page contentType = "text/html; charset=windows-1250" pageEncoding="Cp1250"%>
and its marked as error with message "poczta is already defined in SimplifiedJSPServlet". When a blank line is added 
before the declaration an error mark disappears ;) The page includes a file that contains <jsp:useBean id="poczta" 
scope="application" class="pl.Poczta"/>. See attachments.
Comment 1 dlpa 2007-12-04 16:06:59 UTC
Created attachment 53850 [details]
msg with error
Comment 2 dlpa 2007-12-04 16:07:43 UTC
Created attachment 53851 [details]
no error
Comment 3 dlpa 2007-12-04 16:36:18 UTC
Created attachment 53855 [details]
Another similar problem with SimplifiedJSPServlet
Comment 4 Tomasz Slota 2007-12-05 08:52:07 UTC


*** This issue has been marked as a duplicate of 122214 ***