</tr>
<tr>
<td id="skywinbodycell" class="wincontent">
- <form name="searchform" var:href="view" var:_sort="sortKey"
- method="GET">
+ <form name="searchform"
+ var:href="ownMethodName"
+ var:_sort="sortKey"
+ method="GET"
+ var:queryDictionary="context.request.formValues"
+ >
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2">
<th>
<var:if condition="sortKey" const:value="sn"
const:negate="YES">
- <a href="view"
+ <a var:href="ownMethodName"
_sort="sn"
var:_search="searchText"
+ var:queryDictionary="context.request.formValues"
><var:string label:value="Lastname" /></a>
</var:if>
<var:if condition="sortKey" const:value="sn">
<th>
<var:if condition="sortKey" const:value="givenname"
const:negate="YES">
- <a href="view"
+ <a var:href="ownMethodName"
_sort="givenname"
var:_search="searchText"
+ var:queryDictionary="context.request.formValues"
><var:string label:value="Firstname" /></a>
</var:if>
<var:if condition="sortKey" const:value="givenname">
<th>
<var:if condition="sortKey" const:value="mail"
const:negate="YES">
- <a href="view"
+ <a var:href="ownMethodName"
_sort="mail"
var:_search="searchText"
+ var:queryDictionary="context.request.formValues"
><var:string label:value="EMail" /></a>
</var:if>
<var:if condition="sortKey" const:value="mail">