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 125437 - Undo binding from Java source doesn't remove .jsp binding
Summary: Undo binding from Java source doesn't remove .jsp binding
Status: RESOLVED DUPLICATE of bug 94182
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 22:17 UTC by _ krystyna
Modified: 2008-01-18 22:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-01-16 22:17:43 UTC
NetBeans IDE Dev (Build 200801161200)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1


Edit-> Undo from java source doesn't remove the complete binding: binding in jsp remains.

1. ee5 vw project: drop a button 
2. from designer or outline "Add Binding Attribute". ok .
3. verify from designer or outline that "Remove Binding Attribute" now listed in popop menu OK.
4. switch to java source 
5. top menu Edit > Undo -- button artifacts removed from page bean OK.
6. switch to .jsp to see - 
>binding still there in .jsp
7. also verify by switching to designer/outline with button selected:
>expected to see "Add Binding Attribute" (since the Undo removed binding in java source) but instead still 
see "Remove Binding Attribute" in popup menu(s).


Workaround: remove attribute again from designer/outline view.
Comment 1 _ sandipchitale 2008-01-16 22:38:48 UTC
This is how Insync works. If you are in Java i only undoes the Java. If you are in JSP it only does JSP. A unified Undo
only works in Designer. There are existing bugs for this already.
Comment 2 _ deva 2008-01-18 22:32:47 UTC

*** This issue has been marked as a duplicate of 94182 ***