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 102816 - BP Ajax Autocomplete does not work in EE5 projects
Summary: BP Ajax Autocomplete does not work in EE5 projects
Status: RESOLVED DUPLICATE of bug 106709
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords: REGRESSION
Depends on: 103337
Blocks:
  Show dependency tree
 
Reported: 2007-04-27 19:18 UTC by Lark Fitzgerald
Modified: 2007-06-25 21:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
autocomplete (164.43 KB, application/octet-stream)
2007-04-27 19:20 UTC, Lark Fitzgerald
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lark Fitzgerald 2007-04-27 19:18:47 UTC
Autocomplete field does not work:

Steps:
1. Add component library (I have 0.1.1)
2. add autocomplete to form
3. double click (comment source is not there is no default text) so add it 
manually:
        result.addItem("Hello");
        result.addItem(prefix.toUpperCase());
4. deploy/run
5. type java and the dropdown is empty (IE7 & FF2)

image attached
Comment 1 Lark Fitzgerald 2007-04-27 19:20:36 UTC
Created attachment 41869 [details]
autocomplete
Comment 2 Lark Fitzgerald 2007-04-27 19:25:39 UTC
I tried removing javax.faces.LIFECYCLE_ID but it did not have any affect.  I 
am using build 04270000 (nightly)
Comment 3 Lark Fitzgerald 2007-04-27 19:28:34 UTC
I am referring to the Java BluePrints ajax autocomplete component.
Comment 4 Lark Fitzgerald 2007-04-27 21:36:03 UTC
removed J1_STOPPER since this functionality is not a requirement until FCS.  It
should be noted that this issue is purely at the EE5 project level.  It works
for EE4 projects. 
Comment 5 Lark Fitzgerald 2007-04-27 22:02:12 UTC
Downgraded to P2 (due to sample status).  Marking as regression.
Comment 6 Winston Prakash 2007-04-28 00:58:33 UTC
being a sample this is not for M9 and assigning to Matt B.
Comment 7 Matthew Bohm 2007-04-28 02:32:47 UTC
Accepting.
Comment 8 Joseph Silber 2007-05-03 11:54:13 UTC
Release note added.
Comment 9 Matthew Bohm 2007-06-25 21:57:29 UTC

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