Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 31169 invoked from network); 2 Dec 2004 23:01:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 2 Dec 2004 23:01:40 -0000 Received: (qmail 13840 invoked by uid 500); 2 Dec 2004 23:01:25 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 13592 invoked by uid 500); 2 Dec 2004 23:01:24 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 13578 invoked by uid 99); 2 Dec 2004 23:01:24 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO NS2.adaweb.net) (208.186.142.125) by apache.org (qpsmtpd/0.28) with SMTP; Thu, 02 Dec 2004 15:01:20 -0800 Received: From PELICAN.ada.net.gov ([208.186.142.115]) by NS2.adaweb.net (WebShield SMTP v4.5 MR1a); id 1102028260779; Thu, 2 Dec 2004 15:57:40 -0700 Received: from eagle.ada.net.gov ([10.113.5.250]) by PELICAN.ada.net.gov with Microsoft SMTPSVC(6.0.3790.211); Thu, 2 Dec 2004 16:01:17 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable Subject: Adding parameters to a link Date: Thu, 2 Dec 2004 16:01:16 -0700 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Adding parameters to a link Thread-Index: AcTYwtPy2tIpfoJrSiSgHpZmSyoP9A== From: "Randall Svancara" To: X-OriginalArrivalTime: 02 Dec 2004 23:01:17.0218 (UTC) FILETIME=[D469E020:01C4D8C2] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I am new to struts. I am trying to add parameters to a link using someplace. Here is the code below. For each iteration, I want to create a dynamic link. me I have a ActionForm called ParcelSearchAction and a Form bean called Parcel. How do I generate a dynamic link like the one shown below: http://www.somwhere.com/somepage?key=3Dr123456789&year=3D2004 Thanks, Randall --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org