How can I format a number with the currency format?

I have taken a look at http://struts.apache.org/2.x/docs/text.html and still
cannot figure out the correct syntax.

This works, but without formatting the output
<s:iterator  ...>
 <s:property value="amount">
</s:iterator>

I tried this and it does not work.
<s:iterator  ...>
 <s:text><s:param name="amount" value="amount"/></s:text>
</s:iterator>

What am I doing wrong?


Thank you.

--
Sincerely,

Harring Figueiredo
Sr. Software Engineer
Email: [EMAIL PROTECTED]
Telephone: 941-256-0600

"We never become truly spiritual by sitting down and wishing to become so.
You must undertake something so great that you cannot accomplish it
unaided."

Reply via email to