Código PHP:
<%@taglib uri="http://struts.apache.org/tags-html" prefix="html"%>
<%@taglib uri="http://struts.apache.org/tags-bean" prefix="bean"%>
<%@taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<script type="text/javascript" src="jsgrid/jqgrid/jquery-2.0.3.min.js"></script>
<script type="text/javascript" src="jsgrid/jqgrid/jquery-validate.min.js"></script>
<div style="width: auto; height: auto;" id ="FormOrdenCompraP">
<html:form action="OrdenCompra.do?do=init" styleId="OrdenCoForm" method="post" onsubmit="return false">
<div id="fondow" style="width: 810px; height: 90px; text-align: center; margin-top: 20px;">
<fieldset style="alignment-adjust: central; width: 780px; height: 60px;">
<legend>Lista Orden de Compra</legend>
<div style="width: 780px; height: 50px;">
<div style="width: 190px; position: relative; float: left; height: 35px; margin-top: 10px; display: none;"><label for="id">Codigo :</label>
<html:text name="OrdenCompraForm" property="idOCF" styleId="idOCF" readonly="readonly" styleClass="textbox" size="15" maxlength="20" tabindex="1"/>
</div>
<div style="width: 190px; position: relative; float: left; height: 35px; margin-top: 10px;"><label for="id">Codigo :</label>
<html:text name="OrdenCompraForm" property="codigoOCF" styleId="codigooOCF" styleClass="textbox" size="15" maxlength="20" tabindex="1" />
</div>
<div style="width: 200px; position: relative; float: left; height: 35px; margin-left: 10px; margin-top: 10px;"><label for="id">Producto :</label>
<html:text name="OrdenCompraForm" property="productoOCF" styleId="productooOCF" styleClass="textbox" size="15" maxlength="20" tabindex="2"/>
</div>
<div style="width: 160px; position: relative; float: left; height: 35px; margin-left: 10px; margin-top: 10px; "><label for="id">Cantidad :</label>
<html:text name="OrdenCompraForm" property="cantidadOCF" styleId="cantidadoOCF" styleClass="textbox" size="8" maxlength="20" tabindex="3" />
</div>
<div style="width: 200px; position: relative; float: left; height: 35px; margin-left: 10px; margin-top: 10px;"><label for="id">Precio Compra :</label>
<html:text name="OrdenCompraForm" property="preciocompraOCF" styleId="preciocompraoOCF" styleClass="textbox" size="10" maxlength="20" tabindex="4" />
</div>
</div>
</center>
<div style="height: 40px; margin-left: 230px; margin-top: 5px;">
<div style="float: left; height: 4px; width: 45px; margin-left: 15px; cursor: pointer;"><img alt="salva" style="height: 25px; width: 65px;" id="agregar" name="salva" src="/DatosProducto/botonesimg/botonagregar.gif"/></div>
<div style="float: left; height: 4px; width: 50px; margin-left: 30px; cursor: pointer;"><img alt="salva" style="height: 25px; width: 65px;" id="editar" name="salva" src="/DatosProducto/botonesimg/botoneditar.png"/></div>
<div style="float: left; height: 4px; width: 70px; margin-left: 25px; cursor: pointer;"><img alt="salva" style="height: 25px; width: 65px;" id="elimina" name="salva" src="/DatosProducto/botonesimg/botoneliminar.gif"/></div>
<div style="float: left; height: 4px; width: 40px; margin-left: 10px; cursor: pointer;"><img alt="salva" style="height: 25px; width: 65px;" id="cancela" name="salva" src="/DatosProducto/botonesimg/botoncancelar.gif"/></div>
</div>
</fieldset>
</div>
</html:form>
</div>
Alguien tiene una idea de esto!!!!!!!! Gracias