in your template you have a plugin for the searchProducts/search.php page.
on that page you have a validation server behavior set to trigger on any form post.
since it triggers on any form post, it is triggering when your search form tries to post tot he results pageyou should set the validation on that page to use the ProductName URL variable binding instead of any form post.