Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion open18_migration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -817,8 +817,9 @@ 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+|+h:selectItems+
|+s:selectItems+|+f:selectItems+
|+s:defaultAction+|No direct mapping
|====================================================================

Expand Down