All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.xava.editors.labelEditor.jsp Maven / Gradle / Ivy

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


<%=v%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy