Sometimes it happens that you want to hide some of your components so that they become invisible to users.
And you may suddenly wonder how to achieve that or which option to use. Fine, JSF makes it pretty easy for you to do that by using the rendered option which is a boolean with either true or false.
e.g:
And you may suddenly wonder how to achieve that or which option to use. Fine, JSF makes it pretty easy for you to do that by using the rendered option which is a boolean with either true or false.
e.g:
this component will become invisible.
No comments:
Post a Comment