17 lines
No EOL
699 B
Text
17 lines
No EOL
699 B
Text
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
|
<%@ page language="java" import="it.acxent.jsp.*" %>
|
|
<%-- DICHIARAZIONE BEAN --%>
|
|
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
|
</jsp:useBean>
|
|
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
|
</jsp:useBean>
|
|
<jsp:useBean id="bean" class="it.acxent.art.ArticoloVariante" type="it.acxent.art.ArticoloVariante" scope="request" >
|
|
</jsp:useBean>
|
|
|
|
<%-- FINE DICHIARAZIONE BEAN --%>
|
|
<acx:if wherecondition="<%=bean.getId_articolo()==0%>">
|
|
<h1><acx:lang>Per inserire devi prima salvare il record</acx:lang></h1>
|
|
</acx:if>
|
|
<acx:else>to do
|
|
|
|
</acx:else> |