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 - Improve the html Code completion in Facelets file to offer attributes from http://xmlns.jcp.org/jsf namespace
Summary: Improve the html Code completion in Facelets file to offer attributes from ht...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 7.3.1
Hardware: All All
: P2 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-07 18:17 UTC by Martin Fousek
Modified: 2013-11-17 02:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

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