Re: NPE in Visitor Validation migrating from 2.0.14 to 2.1.6

2009-04-01 Thread Musachy Barroso
This was fixed in xwork trunk(yesterday). I can't find the ticket now :) musachy On Wed, Apr 1, 2009 at 2:00 PM, Derrick Koes wrote: > If I attempt to use an empty message node in my visitor validator > configuration, I get a NullPointerException from > TextParseUtil.translateVariables (line 155

NPE in Visitor Validation migrating from 2.0.14 to 2.1.6

2009-04-01 Thread Derrick Koes
If I attempt to use an empty message node in my visitor validator configuration, I get a NullPointerException from TextParseUtil.translateVariables (line 155) because "expression" (the default message if message key is null) is null. I can sort of work around the issue by adding a default messa