RE: S:property converts string to rounded int

2007-10-18 Thread Sekhar, Raja
Its defined as String Thanks Raja -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 2:27 PM To: Struts Users Mailing List Subject: Re: S:property converts string to rounded int What is the property defined as in your action or bean

Re: S:property converts string to rounded int

2007-10-16 Thread vamsi
Use struts formatting tags <%@ taglib uri="http://java.sun.com/jstl/fmt"; prefix="fmt" %> - Original Message - From: "Sekhar, Raja" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, October 16, 2007 9:11 AM Subj

Re: S:property converts string to rounded int

2007-10-16 Thread Dave Newton
What is the property defined as in your action or bean? --- "Sekhar, Raja" <[EMAIL PROTECTED]> wrote: > > Hi Group > I am having a small issue with value="response.mtm" > /> . > say > if mtm = "215667.20" then > from the JSP I get a value of 215667.2, >

S:property converts string to rounded int

2007-10-15 Thread Sekhar, Raja
Hi Group I am having a small issue with . say if mtm = "215667.20" then from the JSP I get a value of 215667.2, similarly if mtm = "0.00" I get a value of 0 from the rendered jsp. How do I