Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 40545 invoked from network); 23 Jul 2003 19:07:23 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 23 Jul 2003 19:07:23 -0000 Received: (qmail 14670 invoked by uid 97); 23 Jul 2003 19:10:00 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 14663 invoked from network); 23 Jul 2003 19:09:59 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 23 Jul 2003 19:09:59 -0000 Received: (qmail 38271 invoked by uid 500); 23 Jul 2003 19:06:59 -0000 Mailing-List: contact struts-user-help@jakarta.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 struts-user@jakarta.apache.org Received: (qmail 38248 invoked from network); 23 Jul 2003 19:06:59 -0000 Received: from mc1app1.expresstech.net (199.231.149.81) by daedalus.apache.org with SMTP; 23 Jul 2003 19:06:58 -0000 Received: from LBSTPA09 (unverified [10.231.2.1]) by mywebmailserver.com (Rockliffe SMTPRA 5.2.5) with ESMTP id for ; Wed, 23 Jul 2003 15:07:02 -0400 Message-ID: <001601c3514d$15694ce0$4002a8c0@LBSTPA09> Reply-To: "Jim Kennedy" From: "Jim Kennedy" To: Subject: Dynamic ActionMapping params Date: Wed, 23 Jul 2003 15:03:20 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01C3512B.8DC66960" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_0013_01C3512B.8DC66960 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I have created several sites that use the "mapping.findForward("BLA") = method to forward (or redirect) to a relative URL. This has always been = statically specified in my struts-config.xml like this: then in code I do: mapping.findForward("BLA"); //(simple stuff) Now I have a need to forward to a URL that will have dynamic parameters = like this: /main_layout.jsp?param1=3Dvalue¶m2=3Dvalue$param3=3Dvalue Not sure how to pull this off. Obviously I can't use a statically = defined forward definition. I guess I could put the params in the = request, which works fine if I forward, but what if I redirect. I would = have to put them in the session. Not clean coding in my opinion. I = would rather specify as querystring params. Anyone done this? I am using Struts v1.02 Jim Kennedy IT Consultant ----------------------------------------------------- ------=_NextPart_000_0013_01C3512B.8DC66960--