Details
-
New Feature
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
When a child window renders a blank output, the container component might want to not display the child content. So, it would be better if the container component can store the child output into a variable like the following example:
<hst:include ref="aChild" var="aChildOut"> <c:if test="${not empty fn:trim(aChildOut)}"> <div class="hst-container-item">${aChildOut}</div> </c:if> </hst:include>
Attachments
Issue Links
- causes
-
HSTTWO-3409 Redirects from non root HstComponents are broken
- Closed
-
HSTTWO-3410 Backport [3.0.1]Redirects from non root HstComponents are broken
- Closed
- is awaited by
-
HSTTWO-3111 Do not show empty <div> elements for component items that do not render anything
- Closed