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 - *** is already defined in SimplifiedJSPServlet
Summary: *** is already defined in SimplifiedJSPServlet
Status: RESOLVED DUPLICATE of bug 122214
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-04 16:04 UTC by dlpa
Modified: 2007-12-05 08:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
msg with error (8.93 KB, image/png)
2007-12-04 16:06 UTC, dlpa
Details
no error (7.43 KB, image/png)
2007-12-04 16:07 UTC, dlpa
Details
Another similar problem with SimplifiedJSPServlet (5.97 KB, image/png)
2007-12-04 16:36 UTC, dlpa
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***