How to conditionally render plain HTML elements like <div>s?
问题 I\'m trying to implement a composite component which either displays the information details of a user in plain text or displays them through editable input texts fields if the desired details are those of the user currently connected. I know that al UI Components can be rendered via the rendered attribute but what about the ones which are not UI Components (for example divs) <div class = \"userDetails\" rendered = \"#{cc.attrs.value.id != sessionController.authUser.id}\"> Name: #{cc.attrs