What I want to do is load a page without the user having to click on it
(like a submit button) and have the data show up on the page. I also don't
want to forward to another page. Is that even possible?
Brian E. Nicely
Programmer / Analyst
Knowledge Management
ASPCA®
1717 South Philo Road, Suite 36
Urbana, IL 61802
briannicely@aspca.org
P: 217-337-9700, 9799
F: 217-337-0599
www.aspca.org
The information contained in this e-mail, and any attachments hereto, is
from The American Society for the Prevention of Cruelty to Animals® (ASPCA
®) 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
dissemination, distribution, copying or use of the contents of this
e-mail, and any attachments hereto, is strictly prohibited. If you have
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
printout thereof.
Dave Newton <newton.dave@yahoo.com> wrote on 09/02/2009 12:56:02 PM:
> BrianNicely@aspca.org wrote:
> > 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
> > 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:
> > [snipalottacode]
>
> Well, you're calling the action you're in from the action you're
> in--that's a stack overflow... I'm not sure what you're trying to do.
>
> Dave
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>
|