Rudchyk
8/19/2019 - 9:06 AM

Component with body

<%@ tag body-content="scriptless" trimDirectiveWhitespaces="true"%>
<%@ attribute name="attr" required="false" %>

${attr}

<div class="body">
  <jsp:doBody/>
</div>
<%@ taglib prefix="component" tagdir="/WEB-INF/tags/shared/component" %>

<component:componentWithBody attr="Hello world!">
    // Content here
</component:componentWithBody>