我在一份。
<form method="GET" action="$req.contextPath/plugins/peopledirectory/search.action">
<div class="greyboxfill" style="width: 420px">
<input type="hidden" name="pageId" value="$pageId"/>
<input type="text" name="search" id="search" size="30" value="$search"/>
<input type="submit" name="searchbtn" value="Pesquisar">
</div>
</form>
问题在于,当我点击提交书纽特时,搜索阵列没有编码URL,如果我找像ME&(A)这样的东西,它只能搜索ME。 是否有必要定义如何让这项工作发挥作用?
I seen around the web that the form HTML tag has a inner URL encoding, why is it not working in this case?