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 179904

Summary: convert to composite component generates incorrect URL
Product: javaee Reporter: Jindrich Sedek <jsedek>
Component: JSF EditorAssignee: pgebauer <pgebauer>
Status: VERIFIED FIXED    
Severity: normal CC: mfukala, sustaining
Priority: P1    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Jindrich Sedek 2010-01-27 04:39:38 UTC
Create new Web Application with JSF framework
select a piece of code and invoce Convert To Composite Component action
press Finish
open newly generated file out.xhtml -> 
incorrect namespace is generated and most of the code is thus marked with error
------------
      xmlns:cc="http://java.sun.com/jsf/cc">
------------


The problem is reproducible only in 6.8 and not in trunk.
Comment 1 Marek Fukala 2010-01-27 06:44:14 UTC
following changeset hasn't been transplanted to relase68_fixes branch:

http://hg.netbeans.org/web-main/rev/30a3ab80cf02

Please integrate into the branch if still feasible.
Comment 2 pgebauer 2010-01-27 07:18:16 UTC
The fix has been ported into the release68_fixes repository.
http://hg.netbeans.org/release68_fixes/rev/7127552b1fc3
Comment 3 Michal Mocnak 2010-01-28 01:15:46 UTC
Verified in 68fixes branch