<%@ taglib uri="/WEB-INF/ablia.tld" prefix="ab" %> <%@ page language="java" import="com.ablia.jsp.*" %>
Stampa
<%=bean.getLastUpdInfo()%>

<%=Ab.formatBeanMsg( msg, grantMsg)%>

>

name="descrizione" id="descrizione" type="text" class="form-control input-sm" value="<%= bean.getDescrizione() %>" size="40" maxlength="60"> <%=Ab.jsSetFocus("descrizione")%>



name="codiceExport" type="text" class="form-control input-sm" id="codiceExport" value="<%= bean.getCodiceExport() %>" size="30" maxlength="30">

name="aliquota" type="text" class="form-control input-sm" id="aliquota" value="<%= bean.getAliquota() %>" size="4" maxlength="2">

name="aliquotaIndetraibile" type="text" class="form-control input-sm" id="aliquotaIndetraibile" value="<%=bean.getAliquotaIndetraibile() %>" size="4" maxlength="2">

name="notaEsenzione" type="text" class="form-control input-sm" id="notaEsenzione" value="<%= bean.getNotaEsenzione() %>" size="60" maxlength="60">
<%--





--%>
  Descrizione Aliquota (%ind) Note
<%= rowBean.getDescrizione() %> <%= rowBean.getAliquota() %> (<%=rowBean.getAliquotaIndetraibile() %>) <%= rowBean.getFlgMargine()==1?"(M) ":"" %><%= rowBean.getNotaEsenzione() %>
gestire il redirect al login