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

UINamingContainer.getSeparatorChar clarification #1971

Open
pizzi80 opened this issue Sep 5, 2024 · 1 comment
Open

UINamingContainer.getSeparatorChar clarification #1971

pizzi80 opened this issue Sep 5, 2024 · 1 comment

Comments

@pizzi80
Copy link

pizzi80 commented Sep 5, 2024

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?

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?

@BalusC
Copy link
Member

BalusC commented Oct 19, 2024

Is this a dynamic component property or a dynamic application property?

Application scoped (it's a static method returning the value of a context param with a fallback to a constant).

Why is this method inside the class UINamingContainer and not in some Faces initialization?

Please suggest the API class/method you had in mind.

Also the algorithm is very strange becuase at first uses a deprecated constant and then overwrite it with some init parameters

Which deprecated constant exactly are you referring to?

Is it possible to have a clarification or move to an appropriate initialization place?

Please elaborate which part exactly is unclear and which place exactly is more appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants