Re: BigDecimal on Tapestry pages

2012-07-03 Thread Steve Eynon
As I'm aware, BigDecimal's are not treated any differently to other Java Number objects. It's the NumericTranslator that handles the conversion, which palms most of it's work to NumericTranslatorSupportImpl which sets the following JavaScript symbols (your values may be different) which are used b

BigDecimal on Tapestry pages

2012-07-03 Thread arterzatij
Hello,     I am using a property of my entity as BigDecimal to manage prices in my app.     When filled with data, I provide a number with point as decimal separator, such as this "12.35". By submitting the information and displaying the information in the logger, I am getting the following num

DevRates

2012-07-03 Thread Howard Lewis Ship
Interesting web site that identifies and reviews all sorts of tools and frameworks used by developers. They just added Tapestry: http://devrates.com/project/show/89512/Tapestry -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact

Tapestry 5.3.4-rc-9

2012-07-03 Thread Howard Lewis Ship
I've just released Tapestry 5.3.4-rc-9. The only difference from rc-8 is that the POM for tapestry-yuicompressor correctly identifies the repository one of its dependencies comes from (that is not in the Maven central repository). However, may people (including myself) are having issues with yuic

Re: Tapestry 5.3.4-rc-8

2012-07-03 Thread Howard Lewis Ship
I've just released rc-9, that corrects the POM issue in tapestry-yuicompressor. On Tue, Jul 3, 2012 at 8:13 AM, Howard Lewis Ship wrote: > That's odd about the POM; you are correct, but I had made changes to > ensure that the POM had the in place. > > I've also had trouble with even the lastest

Re: Tapestry 5.3.4-rc-8

2012-07-03 Thread Howard Lewis Ship
That's odd about the POM; you are correct, but I had made changes to ensure that the POM had the in place. I've also had trouble with even the lastest tapestry-yuicompressor; I'm concerned that it has a conflict with the Rhino built into JDK 1.7. It's frustrating; the YUICompressor people should

Re: [ANN] JumpStart gets Ajax Forms In A Loop examples

2012-07-03 Thread Geoff Callender
Thanks, guys. It's all for a great cause. On 03/07/2012, at 7:32 AM, Muhammad Gelbana wrote: > Definitely !! > Thanks a lot Geoff ! > On Jul 2, 2012 7:12 PM, "Kalle Korhonen" wrote: > >> Geoff, thanks for the valuable work. You deserve an award for so >> persistently updating the examples. >>

Re: Tapestry 5.3.4-rc-8

2012-07-03 Thread Jochen Berger
Looks fine upon first glance. Everything seems to work well apart from yuicompressor: First, the Maven Play Plugin repository is not included in the pom [1]. Second, it causes issues when used together with t5conduit due to the modified classes that it ships with the original package structure. T