<%@ page contentType="text/html;charset=UTF-8" language="java" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %> <%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="db"%> Attribute Binding

Attribute Binding to Base Types

This test will bind the Label value property to a bunch of base types (int, boolean, float and String). The binding is done through both single value properties and array properties using the repeater. This is a single page test.

Base Type Attributes

int Property:
String Property:
float Property:
boolean Property:

Base Type Array Attributes

int[]
String[]
float[]
boolean[]