Re: Formating in Struts 2

2008-10-24 Thread Ryan Wong
for date u can use and more common usage can be refer at http://struts.apache.org/2.1.2/docs/formatting-dates-and-numbers.html if u are using freemarker, it will be more flexible with ftl syntax. nestorjb wrote: > > Hi > > > > Isn’t there a way to apply formatting of number and dates in S

Re: Formating in Struts 2

2008-10-24 Thread dusty
if you are using jsp why not use the jstl tag? The valueStack values are accessible in JSTL. nestorjb wrote: > > Hi > > > > Isn’t there a way to apply formatting of number and dates in Struts 2 at > the > JSP level?. I need to conditionally format a number depending on a > condition. Isn’t