-
Hi folks,
had the pleasure to integrate iScreen into a server application and run into a problem - DateValidator throws a NPE (java.text.SimpleDateFormatter) when the reference to be checked is null. I worked around the problem by adding a MVEL expression but this seems to be a more general problem. Would it make sense to provide "allowNull" (as in RegexpValidator) as a sort general...
2009-10-14 20:24:34 UTC by wdsgoe
-
I think that even basic support (i.e. without resolution of external resources) would be great.
2009-05-26 07:28:46 UTC by aatoma
-
I found a bug when define more than one resource-file in resource tag and iScreen try to get the value of message key. Currently to support correctly more than one resource-file should define only one resource-file in resource tag and add as many nested resource-file as you need to use. But if you define more then one resource-file, when iScreen looks for a message key in one of the...
2009-03-27 09:38:56 UTC by jsolerl
-
Hello,
I am looking for a way to get logging going - specifically, I'd like a log message for each individual validator that is run (if it reported all the bean properties from the validator's bean object, that would be great too!). This is a requirement of my QA team, as they want to ensure that all the proper field validators are running for a given validation, and they aren't the type to...
2009-03-19 16:21:42 UTC by britcoal
-
peterox committed revision 35 to the iScreen SVN repository, changing 1 files.
2009-02-24 21:53:35 UTC by peterox
-
peterox committed revision 34 to the iScreen SVN repository, changing 2 files.
2009-02-24 21:50:54 UTC by peterox
-
peterox committed revision 33 to the iScreen SVN repository, changing 11 files.
2009-02-24 06:25:03 UTC by peterox
-
peterox committed revision 32 to the iScreen SVN repository, changing 19 files.
2009-02-18 04:31:59 UTC by peterox
-
I found a bug in the class BaseConfiguredValidator, when it load a service class using Class.forName, this not consider the posibility that the service class is in the current thread's classloader.
One solution could be change the next method (changes are made in iScreen v2.0.1 released):
Class = org.iscreen.impl.BaseConfiguredValidator
Method = setClassName()
before:
validatorClass =...
2009-02-17 19:04:45 UTC by jsolerl
-
dshellman added peterox to the iScreen project.
2009-02-17 01:06:17 UTC by dshellman