[
https://issues.jboss.org/browse/JBIDE-8100?page=com.atlassian.jira.plugin...
]
Alexey Kazakov commented on JBIDE-8100:
---------------------------------------
Alexandr,
no problem with <rich:list> since it has <facet-name>term</facet-name>.
But for example <rich:column> doesn't have <facet> at all:
<component>
<description>@author Anton Belevich</description>
<component-type>org.richfaces.Column</component-type>
<component-class>org.richfaces.component.UIColumn</component-class>
<property>
<description>A mutable Map of the attributes associated with
this component, keyed by attribute name.</description>
<display-name>Attributes Map</display-name>
<icon />
<property-name>attributes</property-name>
<property-class>java.util.Map</property-class>
<property-extension>
<cdk:generate>false</cdk:generate>
<cdk:hidden>true</cdk:hidden>
<cdk:literal>false</cdk:literal>
<cdk:pass-through>false</cdk:pass-through>
<cdk:read-only>true</cdk:read-only>
<cdk:required>false</cdk:required>
</property-extension>
</property>
...
Should something like
<facet>
<facet-name>header</facet-name>
<facet-name>footer</facet-name>
...
<facet-extension/>
</facet>
be in faces-config.xml for
<component-type>org.richfaces.Column</component-type>?
Content Assist does not propose a name for f:facet
--------------------------------------------------
Key: JBIDE-8100
URL:
https://issues.jboss.org/browse/JBIDE-8100
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JSF
Affects Versions: 3.2.0.Beta2
Environment: JBDS 3.2.0-Beta2
Reporter: Yahor Radtsevich
Assignee: Alexey Kazakov
Fix For: 3.2.x, 3.3.x
Attachments: screenshot-1.png, screenshot.gif
See screenshot-1.png.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira