<sasads:NoRowsFormat>

Custom Tag for creating a NoRowsFormat. Sets a custom string to display when the Table custom tag's model being displayed has no rows.

This tag must be nested within a sasads:Table tag.

Syntax

<sasads:NoRowsFormat
   [id="value"]
   [locale="java.util.Locale"]>
      string to be displayed when model has no rows
</sasads:NoRowsFormat>

Attributes

idCase-sensitive name used to identify the object instance.
locale

More Information

If you need to subclass the tag handler class for the sasads:NoRowsFormat tag, extend com.sas.taglib.servlet.beans.NoRowsFormatTag.