Hi all, I'm trying to set the render for a component by when another component has focus. (In this case when a textinput gets focus, I want it to set the render property of a selectinputDate /Calendar to rendered) So I have created a boolean bean called calendarVisable. I have binded it to the rendered field of the calendar. How to ...