Home > Contents > Index >
Template Tags TOC   |    Alpha TOC   |    Tag Family TOC   |    Purpose TOC   |    Annotated TOC   |    Index 

 

Currency Tags

Currency tags perform conversions between floating point values and currency strings that can be displayed. Currency tags also perform formatting and rounding operations on currency strings.

Note

Each JSP file containing currency tags must have the following directive at the top:

<%@ taglib prefix="currency" uri="futuretense_cs/currency.tld" %>

Currnecy JSP tags are in the currency family. For example, <currency:create ... .

  Home > Contents > Index >

Oracle JSP Tag Reference
Copyright (c) 2013, 2019, Oracle and/or its affiliates. All rights reserved.