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 232344

Summary: Improve the html Code completion in Facelets file to offer attributes from http://xmlns.jcp.org/jsf namespace
Product: javaee Reporter: Martin Fousek <marfous>
Component: JSF EditorAssignee: Martin Fousek <marfous>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.3.1   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description Martin Fousek 2013-07-07 18:17:35 UTC
Since the JSF2.2 supports HTML friednly markup, the CC should show at HTML elements of facelets also elements from the http://xmlns.jcp.org/jsf namespace.
It means that it should offer at "a" tag, elements like "disabled, fragment" etc. At least values which are not ignored by the renderer:
jsf-2.2 spec -> renderkitdocs/index.html
Comment 1 Martin Fousek 2013-11-15 09:24:51 UTC
CC for jsf: attributes implemented in web-main #5dcd0e6f4ff9.
Comment 2 Quality Engineering 2013-11-17 02:12:58 UTC
Integrated into 'main-silver', will be available in build *201311170002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5dcd0e6f4ff9
User: Martin Fousek <marfous@netbeans.org>
Log: #232344 - Improve the html Code completion in Facelets file to offer attributes from http://xmlns.jcp.org/jsf namespace