<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui"%> <%@ taglib uri="http://beehive.apache.org/netui/tags-template-1.0" prefix="netui-template"%> Label Default Values

Label Default Values

This test has a set of labels which bind to an object that has a value of null. In each case we will then bind to the default value, if it exists. When nothing at all is found, the empty string is output. This happens in the first an last test of each group. The first doesn't specify a defaultValue. The last maps to a defaultValue value bound to null. The middle two, bind to a literal in the tag and a value in the page flow.


Null Object/No Default
Null Object/Default
Null Object/Bound Default
Null Object/Bound Null Default
Null Object, Date Formatter/No Default
Null Object, Date Formatter/Default
Null Object, Date Formatter/Bound Default
Null Object, Date Formatter/Bound Null Default