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 251414

Summary: IDE warns: 'unknown property "attribute"', but it works
Product: javaee Reporter: antanskan
Component: JSFAssignee: Martin Fousek <marfous>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description antanskan 2015-03-25 09:44:07 UTC
Product Version = NetBeans IDE 8.0.2 (Build 201411181905)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_25
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.25-b01

I am writing JSF code, and in my @Named bean I have an object as an attribute. When I address to it like: bean.object.attribute, IDE warns: 'unknown property "attribute"'. It is working, but there is a warning. It ought not to show.