Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 19604 invoked from network); 9 Mar 2006 09:41:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Mar 2006 09:41:55 -0000 Received: (qmail 56993 invoked by uid 500); 9 Mar 2006 09:41:29 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 56639 invoked by uid 500); 9 Mar 2006 09:41:27 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 56628 invoked by uid 99); 9 Mar 2006 09:41:27 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Mar 2006 01:41:27 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [192.115.121.1] (HELO esafe.nite.org.il) (192.115.121.1) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 09 Mar 2006 01:41:25 -0800 Received: from jasper.nite.org.il ([10.0.0.250]) by eSafe SMTP Relay 1141547003; Thu Mar 9 11:40:11 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C6435E.1A24E450" X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Subject: How to generate form controls dynamically Date: Thu, 9 Mar 2006 11:40:39 +0200 Message-ID: <057C9E541CD75D4E8B0B10D3D6AD242546C386@jasper.nite.org.il> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-topic: How to generate form controls dynamically Thread-index: AcZDXYayyNnVmrp1ReSfpX5sJhfj5g== From: "Rivka Shisman" To: "Struts Users Mailing List" X-ESAFE-STATUS: Mail clean X-ESAFE-DETAILS: Clean X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C6435E.1A24E450 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hi friends, =20 I need to dynamically build an input form that may contain various html:fields (i.e. html:text, html:select, html:radio etc). The type and name of the html:field will be determined at runtime (from DB table). How can I do it using Struts and JSP? =20 Thanks Rivka =20 ------_=_NextPart_001_01C6435E.1A24E450--