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 164237

Summary: org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Product: obsolete Reporter: ouribeb930 <ouribeb930>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker CC: sandoz81
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=14477
Issue Type: DEFECT Exception Reporter: 14477
Attachments: stacktrace

Description ouribeb930 2009-04-30 18:47:29 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
ouribeb930: I tryed to change the paginateButton state to false in a dataTable

GUEST: I had 2 Visual Web ICEfaces Pages opened. From one page I selected a CommandButton component in the design view, right-clicked it, selected "Cut".
Then I switched to the 2nd page which was in "Java" mode so I clicked the Design mode button and this exception was thrown.



Stacktrace: 
org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
        at org.apache.xerces.dom.AttributeMap.removeItem(AttributeMap.java:0)
        at org.apache.xerces.dom.ElementImpl.removeAttributeNode(ElementImpl.java:0)
        at org.netbeans.modules.visualweb.insync.faces.MarkupProperty.removeEntry(MarkupProperty.java:217)
        at org.netbeans.modules.visualweb.insync.beans.Bean.unsetProperty(Bean.java:433)
        at org.netbeans.modules.visualweb.insync.live.BeansDesignProperty.unsetBeanProperty(BeansDesignProperty.java:385)
        at org.netbeans.modules.visualweb.insync.live.BeansDesignProperty.setBeanProperty(BeansDesignProperty.java:325)
Comment 1 ouribeb930 2009-04-30 18:47:35 UTC
Created attachment 81343 [details]
stacktrace