Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed one typo and added suggestion for s:convertEntity migration #3

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
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