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 24408 - Auto-completion does not recognize local JSP java variable outside the scriptlet block that declared/instantiated it
Summary: Auto-completion does not recognize local JSP java variable outside the script...
Status: CLOSED DUPLICATE of bug 8600
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: All All
: P3 blocker (vote)
Assignee: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 01:40 UTC by gaikokujin
Modified: 2005-03-09 04:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gaikokujin 2002-06-05 01:40:58 UTC
In the JSP below, first create a "dummy" bean (called 
ProductFilter, in this case)and then import it into the 
Parser DB.  

<html>

<head>
<title>Case #62960156</title>
</head>

<body>

<%
    // This is an instantiation of a programmer-defined 
class/object
    ProductFilter pFilter = new ProductFilter();
    
    // If I place my cursor after the "." and hit "ctrl + 
spacebar", my auto-completion box appears as it should.
    pFilter.doSomething();
%>

<%
    // If I try to do the same thing here (in a different 
scriplet block), the auto-completion box does not appear
    pFilter.
%>

</body>
</html>
Comment 1 _ rkubacki 2002-06-18 08:14:40 UTC

*** This issue has been marked as a duplicate of 8600 ***
Comment 2 Quality Engineering 2003-07-02 08:25:23 UTC
Resolved for 3.4.x or earlier, no new info since then -> verify.
Comment 3 Quality Engineering 2003-07-02 08:28:03 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.