enter image description hereI am developing a JEE9 application and have created JSF Template (using Bootstrap5) first with IDE (Netbeans 17) and then manually. As the attached screenshot shows the layout is not aligned. This is due to the unexpected and unwanted code that appears on the final web page on the brower:
The code is just below where I have displayed the logp:
<div class="col-sm-2">
<p><strong>Welcome!!</strong></p><img src="/bjmanch9/jakarta.faces.resource/Logo120.jpg.xhtml?ln=images" />
</div>**<div id="javax_faces_developmentstage_messages"></div>**
Has someone come across this issue?
Any help would be grately appreciated.
Thanks
Singham
I expect the layout to be neat and clean – as per the 12 cols rule of Bootsrap framework. I have tried to generate the Facelets Template in Netbeans 17 a few times and then finally manually. But the issue continues to stay.
singham is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.