2
I have a code put in the view view it’s coming out disfigured.
<ui:define name="conteudo">
<h:form id="content">
<ui:repeat value="#{mbProduto.resultado}" var="prod">
<div class="row">
<div class="col-lg-4">
<h2>Leia Mais</h2>
<h:graphicImage library="images" name="familia.jpg" class="img-thumbnail" /><br></br>
#{prod.nomeProduto}<br></br>
#{prod.especificacaoProduto}<br></br>
#{prod.precoDeMetroVenda}
<p><h:commandButton class="btn btn-primary" role="button"
value="Quero este" /></p>
</div>
</div>
</ui:repeat>
</h:form>
</ui:define>
I’m wearing the bootstrap in this case. thank you.
This question is being discussed at the Meta: Complete edition of questions c/c @Patrick
– brasofilo
A screen print showing the mess would help @Andremartins.
– Cold