I`m using JSF and I have an output text per example "qwerty" that I want to display / format differently if some conditions will be met. So per example if:
- cond1 is true then I want to display
qwerty - cond1 is false then I want to display qwerty
and so on.
Is there a way?