表示タグを使用してテーブルを作成しています。1 つの列には、パラメーター名と値が追加された URL があります。
<display:column value="response" url="/response.html" paramId="respID" paramProperty="respID"
style="text-align:center; " title="Response" sortable="false">
</display:column>
私が抱えている問題は、すべてのリンクを作成しても、respID のパラメーター値がない特定のリンクがあることです。それらの列の対応する URL は
http://testlocalhost:7001/whpet/response.html?respID=
(equal の後には何もないことに注意してください)
通常、URL は次のように形成されます。
http://testlocalhost:7001/whpet/response.html?respID=response-681
param respIDの値がない場合に何も表示されないようにするにはどうすればよいですか