From ce20944a1962336dd12a556a3b81c7ba3c65fbf2 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Wed, 29 May 2013 13:17:26 +0300 Subject: [PATCH 1/2] correct h:selectItems typo Maybe also link to http://docs.oracle.com/cd/E17802_01/j2ee/javaee/javaserverfaces/2.0/docs/pdldocs/facelets/ ? --- open18_migration.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/open18_migration.asciidoc b/open18_migration.asciidoc index 264da9d..4ff711d 100644 --- a/open18_migration.asciidoc +++ b/open18_migration.asciidoc @@ -818,7 +818,7 @@ The first step for migrating these tags is to remove the seam namespace from the |+s:convertEnum+|No direct mapping. A custom converter is recommended using the standard JSF enum converter as a base. |+s:enumItem+|No direct mapping -|+s:selectItems+|+h:selectItems+ +|+s:selectItems+|+f:selectItems+ |+s:defaultAction+|No direct mapping |==================================================================== From ec06a63f582697770b427a38669873cb753d28d1 Mon Sep 17 00:00:00 2001 From: Matti Bickel Date: Wed, 29 May 2013 13:23:29 +0300 Subject: [PATCH 2/2] Suggest omnifaces' SelectItemsConverter as an alternative for s:convertEntity Also link to http://showcase.omnifaces.org/converters/SelectItemsIndexConverter ? --- open18_migration.asciidoc | 1 + 1 file changed, 1 insertion(+) diff --git a/open18_migration.asciidoc b/open18_migration.asciidoc index 4ff711d..f92d4f4 100644 --- a/open18_migration.asciidoc +++ b/open18_migration.asciidoc @@ -817,6 +817,7 @@ The first step for migrating these tags is to remove the seam namespace from the this before the spec was final, however, nothing was changed. |+s:convertEnum+|No direct mapping. A custom converter is recommended using the standard JSF enum converter as a base. +|+s:convertEntity+|No direct mapping. A custom converter building on omnifaces' http://showcase.omnifaces.org/converters/SelectItemsConverter[SelectItemsConverter] can be used. |+s:enumItem+|No direct mapping |+s:selectItems+|+f:selectItems+ |+s:defaultAction+|No direct mapping