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 180796

Summary: Issues after last Netbeans 6.8 update
Product: javaee Reporter: iacovel <iacovel>
Component: JSF EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: PC   
OS: Windows Vista   
Issue Type: DEFECT Exception Reporter:

Description iacovel 2010-02-16 09:24:44 UTC
After last IDE update I notice 2 principal problems on editing JSF pages:

1) The support for managed bean property on the editor doesn't work anymore:
when you enter "#{" you obtain the list of managed beans but after the dot you can't see the properties and/or methods list but only and always the following list:
begin         void
class         Class<?>
end           void 
equals        boolean 
hashCode      int 
id            String 
init          void 
notify        void 
notifyAll     void 
originalId    String 
switchTo      void 
timeout       long 
toString 
transient     boolean 
underlyingId  String 
wait          void 

see also attached screenshot1

2) The New Composite Component Dialog Window seams to have a new field called "Prefix", but it's check doesn't work or is unknown how it can be filled because there is always the error message: "The library prefix cannot be empty", see also the attached screenshot2

Can I also have suggestion on how uninstall latest updates?


Program about info are:
Product Version: NetBeans IDE 6.8 (Build 200912041610)
Java: 1.6.0_07; Java HotSpot(TM) Client VM 10.0-b23
System: Windows Vista version 6.0 running on x86; Cp1252; it_IT (nb)
Userdir: C:\Users\Proprietario\.netbeans\6.8
Comment 1 Marek Fukala 2010-02-17 06:06:59 UTC

*** This bug has been marked as a duplicate of bug 180749 ***