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 111857

Summary: AJAX: Select Value Text Field - doesn't work
Product: obsolete Reporter: Roman Mostyka <romanmostyka>
Component: visualwebAssignee: Matthew Bohm <mbohm>
Status: RESOLVED WONTFIX    
Severity: blocker CC: blaha
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description Roman Mostyka 2007-08-03 09:19:32 UTC
1. Download ui-0.1.2.complib from http://jupiter.czech.sun.com/wiki/view/Creator/CreatorAJAXEffort.
2. Add these components to the IDE.
3. Create a visual web application.
4. Add the Select Value Text Field component to the page.
5. Doubleclick on the component and make selectValue1_matchValue method like following:
   public SelectItem[] selectValue1_matchValue(FacesContext context, String value) {
       return new SelectItem[] {new SelectItem(value), 
                                new SelectItem(new StringBuffer(value).reverse().toString())};
   } 
6. Deploy and load the application in browser.

Result: Only Text Field appears in browser and nothing happens after typing in it.
Comment 1 Matthew Bohm 2007-08-09 19:43:15 UTC
I cannot reproduce this issue. I am currently investigating such blueprints issues under the theory that some
environmental difference is the cause.
Comment 2 Lark Fitzgerald 2007-09-21 18:47:58 UTC
This component has been removed from the 0.1.2 complib that will be available with NB6. Please use auto complete 
instead which has similar functionality but different UI.