%page args="module"/> <% ## need to use a convenience variable out here because textarea is sensitive ## to the extra whitespace otherwise. ( % if requires its own line) inputValue = "" # check for the old deprecated param if "q" in module : inputValue = module["q"] # check for the new param (possibly obliterating the old) if "default" in module : inputValue = module["default"] %>