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 130465 - Two different dialogs for page rename in PFE
Summary: Two different dialogs for page rename in PFE
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-18 23:21 UTC by _ krystyna
Modified: 2009-05-25 21:07 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-03-18 23:21:36 UTC
Product Version: NetBeans IDE Dev (Build 20080318153821)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP

To reproduce:

1. create a VW ee5 project
2. context menu on page1 -> PageNavigation 
3. context menu on Page1.jsp icon -> Rename
4. Get first rename dialog "Rename". Enter name "NewName" and press OK.
5. Get second rename dialog "Rename Page1" with "Page1" the default name.
6. Type in NewName again and press ok, page is renamed.

Need to stop the extraneous dialog in step 4.
Comment 1 _ krystyna 2008-03-18 23:27:33 UTC
FYI - The fix to issue #128871 exposed this.
Comment 2 _ krystyna 2008-03-20 20:16:43 UTC
This is seen after a project is deployed.

NetBeans IDE Dev (Build 200803200007)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP 
Comment 3 _ krystyna 2008-03-21 19:55:01 UTC
Cross referencing a more serious issue and exception just encountered
in the rename scenario,  issue #130824. I'm not sure if this is cause,
effect but I can't build the project after this exception. 
Comment 4 Joelle Lam 2008-03-25 19:06:51 UTC
Krys, can you confirm that this is still the case.  I am not seeing this in todays build.
Comment 5 _ krystyna 2008-03-25 20:29:49 UTC
Joelle, yes I still do see this in NetBeans IDE Dev (Build 200803251204).
Make sure that a) you have a linked navigation project and b) have deployed 
before you do the rename. I can demo for you.
Comment 6 Joelle Lam 2008-03-26 20:08:29 UTC
Yes, I see it now too.