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 257929

Summary: Autocomplete and Validation of "for" attribute
Product: javaee Reporter: sknitelius
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: 8.1   
Hardware: PC   
OS: Windows 8.1   
Issue Type: ENHANCEMENT Exception Reporter:

Description sknitelius 2016-02-10 22:28:31 UTC
The JSF Editor suggests used ID's when assigning a new id to a JSF component.

When setting the "for" attribute (e.g. on outputLabel):

* no Autocomplete is offered.
* the id entered is not validated for existence.

This can be quite painful, since some components will throw an obscure exception if a non-existing id is entered in the "for" attribute.

Please add:

* Autocomplete for the "for" attribute. 
* Validate that the id entered exists.