
%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%@ taglib prefix="s" uri="/struts-tags" %> <%@page import="com.opensymphony.xwork2.ActionContext"%> <%@page import="java.util.List"%> <%@page import="org.sigmater.s3.pojo.RicercaMappe"%> <%@page import="org.sigmater.s3.pojo.ParticellaGraficaId"%> <%! public Object findValue(String name) { ActionContext actionContext = ActionContext.getContext(); Object value = actionContext.getValueStack().findValue(name); return value; } %> <% RicercaMappe ricercaMappe = (RicercaMappe) findValue("ricercaMappe"); %>