Handling Validation Errors in Ajax Forms

How do you handle validation errors on Ajax (remote) forms? Do you render a different action when an error happens (such as error, therefore everything is handled by error.rjs) or do you simply let the view decide if there was an error or not and act accordingly?

Thanks in advance