Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 20540 invoked from network); 2 Sep 2009 16:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Sep 2009 16:16:05 -0000 Received: (qmail 50535 invoked by uid 500); 2 Sep 2009 16:16:02 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 50480 invoked by uid 500); 2 Sep 2009 16:16:02 -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 50470 invoked by uid 99); 2 Sep 2009 16:16:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Sep 2009 16:16:02 +0000 X-ASF-Spam-Status: No, hits=-0.6 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 64.18.0.188 is neither permitted nor denied by domain of BrianNicely@aspca.org) Received: from [64.18.0.188] (HELO exprod5og109.obsmtp.com) (64.18.0.188) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 02 Sep 2009 16:15:50 +0000 Received: from source ([12.15.29.130]) by exprod5ob109.postini.com ([64.18.4.12]) with SMTP ID DSNKSp6aIEr6cbiR2PQW9uK15joa8j3oOjBd@postini.com; Wed, 02 Sep 2009 09:15:29 PDT To: user@struts.apache.org Subject: Action Tag java.lang.StackOverflowError MIME-Version: 1.0 X-Mailer: Lotus Notes Release 7.0.2 September 26, 2006 Message-ID: From: BrianNicely@aspca.org Date: Wed, 2 Sep 2009 11:15:27 -0500 X-MIMETrack: Serialize by Router on hobbes.mwro.aspca.org/MWRO/Aspca(Release 7.0.2FP2|May 14, 2007) at 09/02/2009 11:15:29 AM, Serialize complete at 09/02/2009 11:15:29 AM Content-Type: multipart/alternative; boundary="=_alternative 00594E3586257625_=" X-Virus-Checked: Checked by ClamAV on apache.org --=_alternative 00594E3586257625_= Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable I've been banging my head against the wall for the past 6+ hours or so and = need help with this problem. I am trying to call an action to display results on a page when the page=20 is closed, but I keep getting a loop that keeps printing the data over and = over until a StackOverflowError occurs. My code looks like this: index.jsp <%@ page contentType=3D"text/html; charset=3DUTF-8" %> <%@ taglib prefix=3D"s" uri=3D"/struts-tags" %> Action Tag

Action Tag


This line is before the ActionTag invokes the=20 secondary action.

web.xml struts2 =20 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecu= teFilter struts2 /* 30 index.jsp struts.xml /index.jsp TargetAction.java package manning.chapterSix; import com.opensymphony.xwork2.ActionSupport; /** * * @author bnicely */ public class TargetAction extends ActionSupport { @Override public String execute(){ return SUCCESS; } } Can anyone assist me? Thanks, =20 =20 Brian E. Nicely Programmer / Analyst Knowledge Management =20 ASPCA=AE 1717 South Philo Road, Suite 36 Urbana, IL 61802 =20 briannicely@aspca.org =20 P: 217-337-9700, 9799 F: 217-337-0599 www.aspca.org =20 The information contained in this e-mail, and any attachments hereto, is=20 from The American Society for the Prevention of Cruelty to Animals=AE (ASPCA =AE) and is intended only for use by the addressee(s) named herein and may = contain legally privileged and/or confidential information. If you are not = the intended recipient of this e-mail, you are hereby notified that any=20 dissemination, distribution, copying or use of the contents of this=20 e-mail, and any attachments hereto, is strictly prohibited. If you have=20 received this e-mail in error, please immediately notify me by reply email = and permanently delete the original and any copy of this e-mail and any=20 printout thereof. =20 --=_alternative 00594E3586257625_=--