Using inline error messages
You can turn hide the summary and only show the inline errors:
$j("#TestForm").validationAideEnable(null, {showInlineMessages:true, showSummary:false});