<%page args="module"/> <% 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"] %>