Struts2.0.9
Has anyone successfully formatted a number 5557777 into 555-7777.


MyAction.properties:  format.telephone={0,number,###-####}
                
My.jsp: <s:action name="myaction"/>
                <s:text name="format.telephone">
                        <s:param name="value" value="myTeleValue"/>
                </s:text>

The only output rendered to the jsp page after numerous attempts is the
string "format.telephone".

Thanks
James

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to