From 003f54fd406e269a697bba71696b10a60bc283ff Mon Sep 17 00:00:00 2001 From: Frank Dillon Date: Wed, 29 Apr 2009 17:03:22 +0000 Subject: [PATCH] Search now performs a GET rather than a POST --- lib/WebGUI/Asset/Wobject/Search.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/Search.pm b/lib/WebGUI/Asset/Wobject/Search.pm index d2add1086..31c384271 100644 --- a/lib/WebGUI/Asset/Wobject/Search.pm +++ b/lib/WebGUI/Asset/Wobject/Search.pm @@ -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);