Thanks for your thoughts Dave. My mind also went to reordering interceptors but then I knew I was in too deep...
Here's what I'm really getting at... I need to have only one error message for 3 fields - but I want to also
test for whitespace which is build into requiredstring.. however that is a FieldValidator. So I tried the following:
which doesn't work and gives an error in my logs:
com.opensymphony.xwork2.util.logging.commons.CommonsLogger warn Got result of null when trying to get Boolean.
I guess my real question is.. is there a nice way to test for whitespce in OGNL?