Files
Babydatenbank/web/xava/editors/labelEditor.jsp
Socrates 9ed0f2a056 test
2020-05-26 10:29:34 +02:00

10 lines
306 B
Plaintext

<%@ include file="descriptionValidValuesEditor.jsp"%>
<%
String fvalue = (String) request.getAttribute(propertyKey + ".fvalue");
if ("0".equals(fvalue)) fvalue = "";
Object v = p.hasValidValues() ? description : fvalue;
%>
<input type="hidden" name="<%=propertyKey%>" value="<%=fvalue%>">
<%=v%>