Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Yanto Bong
Hi All, We've use Struts 2+Spring+Hibernate as our framework and use JSP as the UI. After we review the application, our application having quite a lot Java Script that cause certain form not working propertly in one of the browser. Any suggesstion how we can reduce Java Script in the JSP ? is th

Re: Reduce Java Script Depecency in Struts 2

2010-10-05 Thread Yanto Bong
ng time ago and I have to say the system has > >> improved its performance (I was using before the dojo plugin) as well as > >> the > >> code being cleaner. You'll still need to do some "javascripting" but > using > >> jQuery API that is, as said

Asking about BigDecimal in Struts 2

2010-12-05 Thread Yanto Bong
Hi All, We've using BigDecimal as datatype in hibernate and model for Numeric (20,8) datatype in database. however when we display it in JSP using struts 2, if the value <> 0 then it will display correctly. However if the value is 0. in database, then it will display in JSP it will shown a

Re: Asking about BigDecimal in Struts 2

2010-12-06 Thread Yanto Bong
of BigDecimal. > > May be you can try this: > > > http://download.oracle.com/javase/1.5.0/docs/api/java/math/BigDecimal.html#toPlainString%28%29 > > > > 2010/12/6 Yanto Bong : > > Hi All, > > > > We've using BigDecimal as datatype in hibernate an

Re: Asking about BigDecimal in Struts 2

2010-12-06 Thread Yanto Bong
s, > Mead > > > On Tue, Dec 7, 2010 at 10:25 AM, Yanto Bong wrote: > > > Hi Li, > > > > thanks...unfortunately we already use this model in many places and we > need > > to have BigDecimal return datetype. > > However we already solve this issue by