Re: Custom validation js not firing in 5.4.

2014-10-14 Thread George Christman
Does anybody using 5.4 understand this issue? I'm still unable to get the clientside validation js working. On Fri, Oct 10, 2014 at 1:59 PM, George Christman wrote: > I found one mistake where I wasn't calling the js directly from render, > but that still doesn't seem to resolve the issue. > > @

Re: Custom validation js not firing in 5.4.

2014-10-10 Thread George Christman
I found one mistake where I wasn't calling the js directly from render, but that still doesn't seem to resolve the issue. @Override public void render(Field field, Integer constraintValue, MessageFormatter formatter, MarkupWriter writer, FormSupport formSupport) { if (form

Custom validation js not firing in 5.4.

2014-10-10 Thread George Christman
Hi guys, I have some custom js to handle some clientside validation in 5.4. I can't seem to get it to fire, could someone tell me what I'm doing wrong? custom-validation.js (function() { define(["underscore", "./dom", "./events", "./utils", "./messages", "./fields"], function(_, dom, events)