Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoritrimble2011-03-22 21:14:33 +0000
committeritrimble2011-03-22 21:14:33 +0000
commit0a26f41d733aa17317dada2a8fc1c19a1930fc75 (patch)
tree206d0b3d911c6eb227aee71b5406d856aabea1f7
parent4fcb012922cea92927d80dd14d239be866b2ebd5 (diff)
downloadwebtools.jsf-0a26f41d733aa17317dada2a8fc1c19a1930fc75.tar.gz
webtools.jsf-0a26f41d733aa17317dada2a8fc1c19a1930fc75.tar.xz
webtools.jsf-0a26f41d733aa17317dada2a8fc1c19a1930fc75.zip
Bug 289162 - f:selectItems value attribute doesn't have expected type metadata
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/metadata/jsf_html.xml52
1 files changed, 52 insertions, 0 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/metadata/jsf_html.xml b/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/metadata/jsf_html.xml
index 25923887f..b6c20ad4f 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/metadata/jsf_html.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.standard.tagsupport/metadata/jsf_html.xml
@@ -315,6 +315,9 @@
<trait id="attribute-value-runtime-type">
<value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
</trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
<trait id="runtime-type-setter-required">
<value xsi:type="mdt:BooleanValue">true</value>
</trait>
@@ -340,6 +343,9 @@
<trait id="attribute-value-runtime-type">
<value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
</trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
<trait id="runtime-type-setter-required">
<value xsi:type="mdt:BooleanValue">true</value>
</trait>
@@ -379,6 +385,9 @@
<trait id="attribute-value-runtime-type">
<value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
</trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
<trait id="runtime-type-setter-required">
<value xsi:type="mdt:BooleanValue">true</value>
</trait>
@@ -404,6 +413,9 @@
<trait id="attribute-value-runtime-type">
<value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
</trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
<trait id="runtime-type-setter-required">
<value xsi:type="mdt:BooleanValue">true</value>
</trait>
@@ -517,6 +529,14 @@
<section id="section.general.outputFormat.params" type="SECTION"/>
</value>
</trait>
+ <entity id="value">
+ <trait id="attribute-value-runtime-type">
+ <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
+ </trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
+ </entity>
</entity>
<entity id="outputLabel" type="tag">
<include-entity-group id="basic-jsf-html-attributes"/>
@@ -534,6 +554,14 @@
<section id="style"/>
</value>
</trait>
+ <entity id="value">
+ <trait id="attribute-value-runtime-type">
+ <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
+ </trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
+ </entity>
</entity>
<entity id="outputLink" type="tag">
<include-entity-group id="basic-jsf-html-attributes"/>
@@ -549,6 +577,14 @@
<section id="style"/>
</value>
</trait>
+ <entity id="value">
+ <trait id="attribute-value-runtime-type">
+ <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
+ </trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
+ </entity>
</entity>
<entity id="outputScript" type="tag">
<include-entity-group id="basic-jsf-html-attributes"/>
@@ -594,6 +630,14 @@
<entity id="name">
</entity>
+ <entity id="value">
+ <trait id="attribute-value-runtime-type">
+ <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
+ </trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
+ </entity>
</entity>
<entity id="outputText" type="tag">
<include-entity-group id="basic-jsf-html-attributes"/>
@@ -610,6 +654,14 @@
<section id="section.general.outputText.converter" type="SECTION"/>
</value>
</trait>
+ <entity id="value">
+ <trait id="attribute-value-runtime-type">
+ <value xsi:type="mdt:StringValue">org.eclipse.jst.jsf.core.attributevalues.ValueType</value>
+ </trait>
+ <trait id="runtime-return-type">
+ <value xsi:type="mdt:StringValue">java.lang.Object</value>
+ </trait>
+ </entity>
</entity>
<entity id="panelGrid" type="tag">
<include-entity-group id="basic-jsf-html-attributes"/>

Back to the top