Guest User

Untitled

a guest
Jun 24th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. <h:form>
  2. <h:dataTable value="#{beerDetail.reviews}" var="review">
  3. <h:column>
  4. <h3><h:outputText value="#{review.beer.name}"/></h3>
  5. <p><h:outputText value="#{review.text}"/></p>
  6. <div class="clear"> </div>
  7. <div class="hr-yellow" style="width: 630px; margin-top: 10px;"></div>
  8. </h:column>
  9. </h:dataTable>
  10. </h:form>
Add Comment
Please, Sign In to add comment