How can I use (eg ajax) to show a specific jsf element if I click the button where the ajax tag belongs to? But without having to use any backing bean, just by JSF components without JavaScript?
Is that possible?
How can I use (eg ajax) to show a specific jsf element if I
Share
Luiggi is right , You better use js for client side toggling
But ,
I think you can bind like this
and than
or
(Not tested)