In a Validation class is it possible to change the values of the command object? I am assigning a new Object to the command Object like so :
I thought the command Object would have been passed by reference, so all other references to the command Object would see the new values. However, this does not seem to happen. Maybe the command Object is being cloned when it is passed to the validator?Code:command = result.getUser();
Thanks


Reply With Quote
