-
Notifications
You must be signed in to change notification settings - Fork 56
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
importConstants should be allowed everywhere, not only in f:metadata #1466
Comments
@BalusC Commented |
@tandraschko Commented |
|
IMO important for JSF3 |
related to #1683 |
Should this be a general f:metadata revsion? Nice if the spec could be updated to handle eclipse-ee4j/mojarra#5105 |
The omnifaces documentation lists that the o:importConstants saves the objects in the request scope. Should this approach also be taken by the spec / impls? |
Few questions:
|
Let's move to 5.0 for now. We can then take the opportunity to reconsider the f:metadata. Also related: #1849 |
In big and modular applications, it's to complex to import all enums via f:metadata.
Every CC or include should be able to maintain their own imports, otherwise its very hard to maintain.
The text was updated successfully, but these errors were encountered: