Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgkessler2010-10-25 20:42:05 +0000
committergkessler2010-10-25 20:42:05 +0000
commite9863229c509cc635f33af031d782cc95f78fa53 (patch)
tree3ade30a8980d11e4c188663fa3aa18236a9a4ef5
parentdb7defd070b0b9fd25e26ed1075a33099533b70d (diff)
downloadwebtools.jsf-e9863229c509cc635f33af031d782cc95f78fa53.tar.gz
webtools.jsf-e9863229c509cc635f33af031d782cc95f78fa53.tar.xz
webtools.jsf-e9863229c509cc635f33af031d782cc95f78fa53.zip
[324134] Typo in attribute name, faulty content assist.
-rw-r--r--jsf/plugins/org.eclipse.jst.jsf.facelet.core/std-taglibs/facelets_jsf_core.taglib.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsf/plugins/org.eclipse.jst.jsf.facelet.core/std-taglibs/facelets_jsf_core.taglib.xml b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/std-taglibs/facelets_jsf_core.taglib.xml
index 592028ccf..9fb20960a 100644
--- a/jsf/plugins/org.eclipse.jst.jsf.facelet.core/std-taglibs/facelets_jsf_core.taglib.xml
+++ b/jsf/plugins/org.eclipse.jst.jsf.facelet.core/std-taglibs/facelets_jsf_core.taglib.xml
@@ -494,7 +494,7 @@
function that will handle errors.</p>
</description>
- <name>oneerror</name>
+ <name>onerror</name>
<required>false</required>
<type>java.lang.String</type>
</attribute>

Back to the top