commandLink « Tag « JSF Q&A





1. JSF add a commandLink tag or outputText tag depand on a boolean flag    stackoverflow.com

I have a userBean object with name, id, boolean isConnected. I built a login page using JSF. If one login successfully, the next page is a table of all users (name, id) What ...