Search now performs a GET rather than a POST

This commit is contained in:
Frank Dillon 2009-04-29 17:03:22 +00:00
parent db290f91f9
commit 003f54fd40

View file

@ -161,7 +161,8 @@ sub view {
my %var;
$var{'form_header' } = WebGUI::Form::formHeader($session, {
action=>$self->getUrl
action => $self->getUrl,
method => "GET"
})
.WebGUI::Form::hidden($self->session,{name=>"doit", value=>"1"});
$var{'form_footer' } = WebGUI::Form::formFooter($session);