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