org.apache.tapestry5.corelib.mixins.NotEmpty

A mixin that attaches to an element that renders an element. At the end of the render, if the element is empty, then a non-breaking space (nbsp;) is injected into the element. This is often necessary for proper rendering on the client. Often used in conjunction with the Any component.

[JavaDoc]

Available since

5.1.0.0


Back to index