First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
17
www/admin/art/_inc_articoloVariante_misure.jsp
Normal file
17
www/admin/art/_inc_articoloVariante_misure.jsp
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<%@ 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue