We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is this a dynamic component property or a dynamic application property?
Why is this method inside the class UINamingContainer and not in some Faces initialization?
UINamingContainer
Also the algorithm is very strange becuase at first uses a deprecated constant and then overwrite it with some init parameters
Is it possible to have a clarification or move to an appropriate initialization place?
The text was updated successfully, but these errors were encountered:
Application scoped (it's a static method returning the value of a context param with a fallback to a constant).
Please suggest the API class/method you had in mind.
Which deprecated constant exactly are you referring to?
Please elaborate which part exactly is unclear and which place exactly is more appropriate.
Sorry, something went wrong.
No branches or pull requests
Is this a dynamic component property or a dynamic application property?
Why is this method inside the class
UINamingContainer
and notin some Faces initialization?
Also the algorithm is very strange becuase at first uses a deprecated constant
and then overwrite it with some init parameters
Is it possible to have a clarification or move to an appropriate initialization place?
The text was updated successfully, but these errors were encountered: