<%@ page language="java" contentType="text/html;charset=UTF-8"%> <%@ 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"%>

Errors In FormatNumber

This test verifies the basic errors in the formatNumber tag. The first is reported when the tag doesn't have a Formattable as a parent. In the second, the value is not a number and in the third the pattern is not legal.
This is a single page test.

  • -- no parent
  • -- bad number value
  • -- bad pattern value