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 153662 - java fields defined within an <%@include ... %> file are not recognized
Summary: java fields defined within an <%@include ... %> file are not recognized
Status: RESOLVED DUPLICATE of bug 157782
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-21 18:57 UTC by bertpayne
Modified: 2009-05-18 15:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
example of glitch (555 bytes, text/plain)
2008-11-21 22:16 UTC, bertpayne
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bertpayne 2008-11-21 18:57:27 UTC
java fields defined within an @include file are not recognized as having been defined when accessed outside the 
@include.  The jsp editor confirms the existence of the file referenced in the @include, however it seems like the 
code within the referenced file is not fed to the lexer.
Comment 1 bertpayne 2008-11-21 22:12:30 UTC
When a java field is defined in a @include file, it seems to be accessable only sometime. If you start with an error 
in the @page, and then correct the error, then fields defined in @include are accessable. If some other modification 
(not to the @page) is made, then the fields defined in @include are no longer accessable.  
Comment 2 bertpayne 2008-11-21 22:16:40 UTC
Created attachment 74032 [details]
example of glitch
Comment 3 Tomasz Slota 2009-05-18 15:19:18 UTC

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