Re: Newbie question - JSP text box formatting

2006-07-07 Thread Simons Kevin
Sorry if I'm wrong, but can't you format numbers using CSS3? - Original Message - From: "Pillay, Kiren KN" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "Struts Users Mailing List" Sent: Friday, July 07, 2006 11:17 AM Subject: RE: Newbie que

RE: Newbie question - JSP text box formatting

2006-07-07 Thread Pillay, Kiren KN
Newbie question - JSP text box formatting You could try something like this <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %>  EUR Rgds albi -Original Message- From: Pillay, Kiren KN [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 4:33 PM T

RE: Newbie question - JSP text box formatting

2006-07-06 Thread Albrecht Leiprecht
You could try something like this <%@ taglib prefix="fmt" uri="http://java.sun.com/jstl/fmt"; %>  EUR Rgds albi -Original Message- From: Pillay, Kiren KN [mailto:[EMAIL PROTECTED] Sent: Thursday, July 06, 2006 4:33 PM To: user@struts.apache.org Subject: Newb

Newbie question - JSP text box formatting

2006-07-06 Thread Pillay, Kiren KN
Hi I'm new to struts and I have a question. I have textboxes that represent currency. I want the data of the JSP to be formatted to show 2 decimal places after the comma. I don't want to use locales for the application. Whats the best way to achieve this? Kiren Pillay South Africa