Re: Text formatting

2008-04-16 Thread Dave Newton
--- Dave Newton <[EMAIL PROTECTED]> wrote: > --- Adam Gordon <[EMAIL PROTECTED]> wrote: > > I'm sure this was totally unintentional and you did it to simply get the > > email address of the mailing list, but thread hijacking is generally > > frowned upon in support mailing lists. > > He started

Re: Text formatting

2008-04-16 Thread Dave Newton
--- Adam Gordon <[EMAIL PROTECTED]> wrote: > I'm sure this was totally unintentional and you did it to simply get the > email address of the mailing list, but thread hijacking is generally > frowned upon in support mailing lists. He started the thread, and it's about formatting (via the tag).

Re: Text formatting

2008-04-16 Thread Adam Gordon
James- I'm sure this was totally unintentional and you did it to simply get the email address of the mailing list, but thread hijacking is generally frowned upon in support mailing lists. --adam Hartrich, James CTR USTRANSCOM J6 wrote: Struts2.0.9 Has anyone successfully formatted a number

Re: Text formatting

2008-04-16 Thread Dave Newton
--- "Hartrich, James CTR USTRANSCOM J6" wrote: > Has anyone successfully formatted a number 555 into 555-. > > MyAction.properties: format.telephone={0,number,###-} > > My.jsp: > > > > > The only output render

Text formatting

2008-04-16 Thread Hartrich, James CTR USTRANSCOM J6
Struts2.0.9 Has anyone successfully formatted a number 555 into 555-. MyAction.properties: format.telephone={0,number,###-} My.jsp: The only output rendered to the jsp page after numerous attempts is the st