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 - org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a node in a context where it does not exist.
Summary: org.w3c.dom.DOMException: NOT_FOUND_ERR: An attempt is made to reference a no...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker with 1 vote (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-30 18:47 UTC by ouribeb930
Modified: 2009-05-13 10:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 14477


Attachments
stacktrace (3.31 KB, text/plain)
2009-04-30 18:47 UTC, ouribeb930
Details

Note You need to log in before you can comment on or make changes to this bug.
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