From: William P. <wil...@ya...> - 2011-02-03 22:18:48
|
On Feb 3, 2011, at 1:07 AM, Rutger Vos wrote: > > Actually if this were using JSTL on the code that renders the UI then > it is easy to check for both conditions simultaneously - testing > (<c:if/>) for the ${variable} yields false for null and empty string. > So that should be an easy fix if someone knows the jsp that is > responsible. > > > treebase-web/src/main/webapp/WEB-INF/pages/search/studyList.jsp (line 48 indeed tests for null instead of true) I created a bug for this and assigned it to Harry. bp |