Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3212136 By: sandra81
Hi Henner, I send you my files : purchase_list_and_single.jsp ------------------------------------------- <%@ page language="Java" import="java.util.*,java.io.*,java.sql.*,java.text.*"%> <%@ taglib uri="/WEB-INF/dbforms.tld" prefix="db" %> <html xmlns:db="http://www.wap-force.net/dbforms"> <head> <META http-equiv="Content-Type" content="text/html; charset=UTF-8"> <db:base/> <title>New Purchase</title> <link href="my_dbforms.css" rel="stylesheet"> </head> <body class="clsPageBody"> <db:dbform multipart="false" autoUpdate="false" followUp="follow.jsp" captionResource="true" maxRows="1" tableName="alter_purchase"> <db:header> </db:header> <db:body> </db:body> <db:footer> <table> <tr class="clsHeaderRow"> <td><db:message key="formNew.supplier.displayname"/></td> <td><db:message key="formNew.product.displayname"/></td> <td><db:message key="formNew.quantity.displayname"/></td> <td><db:message key="formNew.price.displayname"/></td> </tr> <tr> <td><db:textField styleClass="clsInputStyle" size="30" fieldName="supplier"/></td> <td><db:textField styleClass="clsInputStyle" size="25" fieldName="product"/></td> <td><db:textField styleClass="clsInputStyle" size="7" fieldName="quantity"/></td> <td><db:textField styleClass="clsInputStyle" size="7" fieldName="price" pattern="double"/></td> </tr> </table> <table> <tr> <td><db:insertButton showAlways="true" styleClass="clsButtonStyle" caption="formNew.button.insert"/></td> </tr> </table> </db:footer> </db:dbform> </body> </html> ApplicationResources_fr.properties --------------------------------------------------- dbforms.pattern.double=##.## formNew.page.title.new=Création d'un nouvel achat formNew.title.new=SAISIE DES ACHATS formNew.button.insert=Insérer formNew.supplier.displayname=Fournisseur formNew.product.displayname=Produit formNew.quantity.displayname=Quantité formNew.price.displayname=Prix payé Regards Sandra ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=55830 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms