<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ page import="ro.fiveplus.beans.FormData"%> <%@ page import="ro.fiveplus.beans.ErrorMsg"%> <%@ taglib uri="http://jakarta.apache.org/taglibs/xtags-1.0" prefix="xtags" %> <% String pgid="contact"; %> <%@ include file="commonjsps/i.top.jsp" %>
<% ro.fiveplus.beans.FormData formData = (FormData) request.getAttribute("formData"); //ro.fiveplus.beans.ErrorMsg error = (ErrorMsg) request.getAttribute( "error" ); //System.out.println("nume in jsp = " + ((formData == null) ? "" : formData.getName())); // ar trebui ca daca am obiectul de eroare sa se afiseze la user eroarea %>

" />
" />
" />
" /> 
<% String path_xml= Message.getMessageBundle("path.xml.products",bundle,request); String product_id = request.getParameter("id"); String xpath_product_name = "root/categorii/categorie/subcategorie/produse/produs[@id='" + product_id + "']/denumire"; %>
">


<%@ include file="commonjsps/i.bottom.jsp" %>