1
我有以下的文本框,顯示值的變量作爲5.0E7 5000萬,如何格式化從Struts2迭代器檢索的數字?
我知道我可以使用fmt
標記格式,但問題是,我使用Struts2的迭代器,我不能使用fmt
在文本框內。
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
<s:iterator value="products.items" var="item" status="cursor">
<s:textfield id="price" name="products.items[%{#cursor.index}].price"
value="<fmt:formatNumber value="%{price}" />