Hi,
Thank you for your reply. I’ve changed the source code of search.jsp and now I have no error, but unfortunately my database isn’t sorted.
Maybe I have been doing something wrong.
Now this is my source code of search.jsp :
…
…
…
<xapp:setvar
name=“querySearch” scope=“session”
value=“/Abon_nowy${FILTER_/Abon_nowy/nazwa$}${FILTER_/Abon_nowy/imie$}${FILTER_/Abon_nowy/tele
fon$}${FILTER_/Abon_nowy/lokalizacja/miasto$}${FILTER_/Abon_nowy/lokalizacja/pokoj$}${FILTER_/Abon_nowy/email$}${filterSort$}” default=“”/>
…
…
…
<xapp:setvar name=“filterSort” scope=“session” value=" sortby(${VAL_/Abon_nowy/nazwa$})" default=“” />
…
…
…
<xapp:setvar
name=“FILTER_/Abon_nowy/nazwa” scope=“session”
value=“[/Abon_nowy/nazwa=‘${VAL_/Abon_nowy/nazwa$}’]” default=“”/>
…
…
…
<xapp:action type=“query” arg=“${querySearch$}” form=“form1”><a
href=“javascript:document.forms[‘form1’].submit();”>
</xapp:action>
…
…
…
Regards,
vs
#webMethods#Tamino#API-Management