I am using the iterator tag as follows:
            <s:iterator value="orders" status="status" id="order">
              <tr>
                <td><s:property value="orderid" /></td>
                <td><s:property value="orderDate" /></td>
                <td><s:property value="total" /></td>
              </tr>
            </s:iterator>

This will give me an order date such as "20040513" and a total such as
"68.7700" when what I really want is 05/13/2004 and $68.77.  I have not been
able to figure out how to do this.  Any recommendations?

-- 
View this message in context: 
http://www.nabble.com/-S2--Formatting-inside-Iterator-tag-tf3635036.html#a10150309
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to