Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.Alpha1
-
Fix Version/s: EE-2.0.0.Beta1
-
Component/s: Facelet Components
-
Labels:None
-
Environment:JSF 2.1
-
Workaround Description:
Description
The slider example like other displays the following message in the <h:messages /> tag:
Error 1:
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within.
Error 2:
The example also shows the following error which is specific to the example:
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace
Error 1:
The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within The form component needs to have a UIForm in its ancestry. Suggestion: enclose the necessary components within.
Error 2:
The example also shows the following error which is specific to the example:
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace.
Warning: This page calls for XML namespace declared with prefix html but no taglibrary exists for that namespace
Brad pointed out that xmlns="http://www.w3.org/1999/xhtml" is likely missing in the demo or component xhtml code.