<%@include file="../init.jsp"%> <% Team theCompany = (Team) request.getAttribute("theCompany"); pageContext.setAttribute("companyId", theCompany.getTeamId()); GCubeTeam theFarm = (GCubeTeam) request.getAttribute("theFarm"); if (theFarm != null) pageContext.setAttribute("farmId", theFarm.getTeamId()); %>

Submitted form validation () in progress, please wait few seconds ...