I need a <div>
in my web, but I use JSF. Then I need the <h:panelGroup>
tag and layout="block"
attibute.
My code is:
<h:panelGroup styleClass="content" layout="block">
But, the Tomcat server, that I was used, return error and say:
The layout attribute is invalid according to the specified TLD.
I need help, because I don't understand this error.