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 193806 - "rendered" part of JSF <ui:fragment> tag seen as error
Summary: "rendered" part of JSF <ui:fragment> tag seen as error
Status: RESOLVED DUPLICATE of bug 202925
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-25 12:26 UTC by tilman
Modified: 2011-10-31 15:54 UTC (History)
1 user (show)

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 tilman 2010-12-25 12:26:17 UTC
Product Version = NetBeans IDE 6.9.1 (Build 201011082200)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) 64-Bit Server VM 17.1-b03

netbeans editor consider this to be an error, although it isn't:

<ui:fragment rendered="true">
    fragment is rendered
</ui:fragment>

the 'rendered="true"' part is red underlined although this is correct JSF. So my guess is that there's something missing in the definition for the JSF facelets syntax in netbeans, wherever that is.
Comment 1 Marek Fukala 2010-12-31 13:50:06 UTC
according to Mojarra's 2.0.3 FCS ui.taglib.xml there are just id and binding attributes for the fragment tag. Wich may be the mojarra's descriptor bug.
Comment 2 Marek Fukala 2011-10-31 15:54:49 UTC

*** This bug has been marked as a duplicate of bug 202925 ***