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 - AJAX: Select Value Text Field - doesn't work
Summary: AJAX: Select Value Text Field - doesn't work
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-03 09:19 UTC by Roman Mostyka
Modified: 2007-09-21 18:47 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 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.