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

Summary: [cc] local packages and classes are not offered in jsp:useBean class attribute
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSPAssignee: Tomasz Slota <tslota>
Status: VERIFIED DUPLICATE    
Severity: blocker CC: mfukala
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.