beehive/netui/test/webapps/drt/web/bugs/b18068/Begin.jsp

14 lines
353 B
Plaintext
Raw Normal View History

<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui" %>
<html>
<head>
<title>Format Error</title>
</head>
<body>
<h4>Format Error -- Should report an error for an invalid type</h4>
<netui:span value="12345.67">
<netui:formatNumber language="EN" country = "US" type="foo"
pattern="#.00"/>
</netui:span>
</body>
</html>