Search now performs a GET rather than a POST
This commit is contained in:
parent
db290f91f9
commit
003f54fd40
1 changed files with 2 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue