<!--
function impose_max_length(object, max_length)
{
  return (object.value.length <= max_length);
}
-->
