Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 37271 invoked from network); 16 Mar 2009 14:57:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Mar 2009 14:57:19 -0000 Received: (qmail 24511 invoked by uid 500); 16 Mar 2009 14:57:10 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 24315 invoked by uid 500); 16 Mar 2009 14:57:10 -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 24304 invoked by uid 99); 16 Mar 2009 14:57:10 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 07:57:10 -0700 X-ASF-Spam-Status: No, hits=-5.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_HI,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of hermann.x.lau@jpmchase.com designates 170.148.48.190 as permitted sender) Received: from [170.148.48.190] (HELO sb4.jpmchase.com) (170.148.48.190) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Mar 2009 14:57:02 +0000 Received: from se5.svr.bankone.net (se5.svr.bankone.net [155.180.234.126]) by sb4.jpmchase.com (Switch-3.3.2/Switch-3.3.2) with ESMTP id n2GEvCT0020260 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL) for ; Mon, 16 Mar 2009 10:57:12 -0400 X-DKIM: Sendmail DKIM Filter v2.5.6 sb4.jpmchase.com n2GEvCT0020260 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jpmchase.com; s=smtpout; t=1237215432; bh=IZHkmCENCu8R5uczawiIHRoQRI1EMpcpsdF6rXD dEB8=; h=To:Subject:MIME-Version:Message-ID:From:Date:Content-Type; b=pyVwWuW53mC1PaleL9tcSW7BtRdB2XG6j22xB8LaiwWVEct1MRWO+m3vKlYuPR9EU MIfnLqcoo4NqtB+Wt/NnvmlOEThP1XUnF3zd7z4c8/ZngkMMuYXkSkMkRHckw4yIS74 PQmMVK66M7R+WbdBEFZytYbsHpgAkzP/HmLkRtU= Received: from svr.bankone.net (cssnat232.bankone.net [172.18.0.232]) by se5.svr.bankone.net (Switch-3.1.8/Switch-3.1.7) with ESMTP id n2GEudqI012984 for ; Mon, 16 Mar 2009 10:56:39 -0400 Received: from ([10.21.24.140]) by imf1.svr.bankone.net with ESMTP id 7100100.172874068; Mon, 16 Mar 2009 10:56:23 -0400 To: user@struts.apache.org Subject: Need help using MIME-Version: 1.0 X-Mailer: Lotus Notes Release 6.5.4 CCH5 September 12, 2005 Message-ID: From: hermann.x.lau@jpmchase.com Date: Mon, 16 Mar 2009 10:56:20 -0400 X-NOEXT: 0 X-MIMETrack: Serialize by Router on RMAIL124/JPMCHASE(Release 6.5.6FP2 HF318|January 30, 2009) at 03/16/2009 10:56:23 AM, Serialize complete at 03/16/2009 10:56:23 AM Content-Type: multipart/alternative; boundary="=_alternative 00520FDA8525757B_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 00520FDA8525757B_= Content-Type: text/plain; charset="US-ASCII" I am having trouble getting two links to work. The links render properly but when I click on the links, it doesn't forward to the appropriate page. I am not getting any exceptions on the server either. What am I missing? The jsp:





The action-mapping in struts-config file: The DisplaySearchPageAction class: public ActionForward searchAcct(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) throws Exception { AccountSearchCriteriaForm acctSearch = new AccountSearchCriteriaForm(); .... request.setAttribute("accountSearchCriteriaForm", acctSearch); return mapping.findForward("welcome"); } public ActionForward searchBatch(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response) { BatchSearchCriteriaForm batchSearch = new BatchSearchCriteriaForm(); .... request.setAttribute("batchSearchCriteriaForm", batchSearch); return mapping.findForward("batch"); } ----------------------------------------- This communication is for informational purposes only. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. All market prices, data and other information are not warranted as to completeness or accuracy and are subject to change without notice. Any comments or statements made herein do not necessarily reflect those of JPMorgan Chase & Co., its subsidiaries and affiliates. This transmission may contain information that is privileged, confidential, legally privileged, and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. Although this transmission and any attachments are believed to be free of any virus or other defect that might affect any computer system into which it is received and opened, it is the responsibility of the recipient to ensure that it is virus free and no responsibility is accepted by JPMorgan Chase & Co., its subsidiaries and affiliates, as applicable, for any loss or damage arising in any way from its use. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you. Please refer to http://www.jpmorgan.com/pages/disclosures for disclosures relating to UK legal entities. --=_alternative 00520FDA8525757B_=--