Guest User

Untitled

a guest
Aug 11th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. How to not render whole block in JSF?
  2. <h:component rendered="#{user.loggedIn}">
  3.  
  4. ...a bunch of jsf components and HTML code...
  5. ...even more HTML code...
  6.  
  7. </h:component>
  8.  
  9. <h:panelGroup>
Add Comment
Please, Sign In to add comment