Hi,
Suppose I have a view and I wish to only display some of the components based on the role / group of the user?
What is smartest way to do this using JSF?
Thanks.
You can use the rendered attribute on the components to render them based on roles/groups.
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.