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 161358 - [cc] local packages and classes are not offered in jsp:useBean class attribute
Summary: [cc] local packages and classes are not offered in jsp:useBean class attribute
Status: VERIFIED DUPLICATE of bug 167459
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Tomasz Slota
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-27 14:20 UTC by Jindrich Sedek
Modified: 2010-02-02 01:59 UTC (History)
1 user (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 Jindrich Sedek 2009-03-27 14:20:04 UTC
Create new WebApplication
Create new java class in some package
in index.jsp type:
----------
<jsp:useBean id="sdfa" scope="application" class="|"/>
---------
invoke cc at position of "|" -> JDK packages and classes are offered, but your local package an class are missing
Comment 1 Jindrich Sedek 2009-07-27 11:10:40 UTC
the most common usecase is using own JSP beans, this use bean cc is not very usefull -> increasing priority
Comment 2 Tomasz Slota 2009-08-24 13:30:02 UTC

*** This issue has been marked as a duplicate of 167459 ***
Comment 3 Jindrich Sedek 2010-02-02 01:59:59 UTC
v.