From: Hilmar L. <hl...@ne...> - 2011-02-03 04:06:26
|
On Feb 2, 2011, at 11:02 PM, William Piel wrote: > Either the entry form should be designed to enter NULL for blank > values, or the hyperlink should not be presented to users when the > DOI is blank. Anyone prefer one solution over the other? 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. -hilmar -- =========================================================== : Hilmar Lapp -:- Durham, NC -:- informatics.nescent.org : =========================================================== |