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.
>
> @
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
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)