On Thu, 21 Nov 2013 17:10:22 -0200, George Christman
wrote:
I was looking at the validator js on github
https://github.com/apache/tapestry-5/blob/bb255c0a144a19939d357c0f071570eea272c918/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/validation.coffee
but found myself lost in
I was looking at the validator js on github
https://github.com/apache/tapestry-5/blob/bb255c0a144a19939d357c0f071570eea272c918/tapestry-core/src/main/coffeescript/META-INF/modules/t5/core/validation.coffee
but found myself lost in the coffee script. Now if I understand you
correctly, when the fie
On Thu, 21 Nov 2013 15:55:33 -0200, George Christman
wrote:
Hello, I'm trying to build a custom validator but noticed some changes
regarding the js in 5.4.
Does anybody know of a simple approach to handling the js piece of the
code?
javaScriptSupport.require("t5/core/validat
coffeescript ends up as javascript in the end, so just give the javascript
version a go, if that is where you feel most comfortable.
These pages have also helped me get some t5.4 javascript going:
http://people.apache.org/~hlship/t5api/
On Thu, Nov 21, 2013 at 6:55 PM, George Christman
wrote: