10 lines
335 B
Plaintext
10 lines
335 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" id="<%=propertyKey%>" name="<%=propertyKey%>" value="<%=fvalue%>">
|
|
<b><%=v%></b>
|