%@ taglib uri="http://ajaxtags.org/tags/ajax" prefix="ajax" %>
<%@ taglib uri="http://displaytag.sf.net" prefix="display" %>
<%@page pageEncoding="UTF-8"%>
<%@page contentType="text/html;charset=ISO-8859-1"%>
<%@ page import="sigi.web.residuos.productores.beans.*" %>
<%@ page import="sigi.web.residuos.residuos.beans.*" %>
<%@ page import="sigi.web.residuos.acceso.beans.*" %>
<%
FiltroProductores filtro=null;
if(request.getSession().getAttribute("filtropeqproductores")==null)
{
filtro=new FiltroProductores();
// filtro.setTipo_productor(-1);
// filtro.setTipo_residuo("PELIGROSOS");
request.getSession().setAttribute("filtropeqproductores",filtro);
}
else
{
filtro=(FiltroProductores)request.getSession().getAttribute("filtropeqproductores");
}
%>
Estás en:
|
||||||
© Gobierno de Canarias