Hi, This page may help you: http://www.roseindia.net/struts/struts2/struts-2-format.shtml
Regards. On 4/29/08, Marc Ende <[EMAIL PROTECTED]> wrote: > > Hi, > > I've got a s:textfield where I show an double value. But I wanted to > change the value to an currency (EUR). > But I only get the standard 100.00 instead of 100,00. When I only wants to > publish it in a website I use > <s:text name="format.currency"> > <s:param name="value" value="model.price" /> > </s:text> > with an format.currency property formatting it in my wanted way. > > Is there any way to do this on a form tag? I've tried it like the s:text > way but it doesn't helped. > > can anybody give me a hint on that. > > Thanks > > Marc > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >