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 134443 - Code completion support for JSF valueChangeListeners
Summary: Code completion support for JSF valueChangeListeners
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 23:08 UTC by big_al
Modified: 2016-07-07 08:55 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description big_al 2008-05-02 23:08:48 UTC
STEPS TO RE-PRODUCE:

0. Assume that we have a backing bean called bb with the method public void onChange(ValueChangeEvent event)

1. In a simply JSP/JSF page type <h:selectOneMenu changeValueListener="#{bb.

2. Press CTRL space to activate code completion.

OBSERVED BEHAVIOUR:

The change value listener is not identified by the editor as being a valid option (in fact it is not on the list), yet 
you will find ActionListeners (added in NB6.0)

EXPECTED BEHAVIOUR:

Methods with the signature "void methodName(ValueChangeEvent)" appears on the code completion list.
Comment 1 Martin Balin 2016-07-07 08:55:15 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss