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

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

<%@ include file="../imports.jsp"%>

<%@ page import="org.openxava.view.meta.MetaViewAction" %>

<%
String propertyKey = request.getParameter("propertyKey");
MetaViewAction p = (MetaViewAction) request.getAttribute(propertyKey);
boolean editable="true".equals(request.getParameter("editable"));

if (editable || p.isAlwaysEnabled()) {
%>

<%
}
%>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy