RE: Newbie! HELP! Why JSP keeps loading and loading...?

2002-01-11 Thread Rick Davidson

Here's some more details that seem weird to me.
The action class that calls the JSP page that keeps loading, is itself
repeated executed. For some reason, my doPerform() method is accessed over
and over until I click the STOP button on the browser.
Is there some struts tag that can cause a page to forward to itself?

Thanks,
Rick Davidson


--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]




RE: Newbie! HELP! Why JSP keeps loading and loading...?

2002-01-11 Thread Kiet Nguyen

You should go to a different target, usually a target that maps to a jsp

-Original Message-
From: Rick Davidson [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 11, 2002 7:26 AM
To: Struts Users Mailing List
Subject: RE: Newbie! HELP! Why JSP keeps loading and loading...?


Here's some more details that seem weird to me.
The action class that calls the JSP page that keeps loading, is itself
repeated executed. For some reason, my doPerform() method is accessed over
and over until I click the STOP button on the browser.
Is there some struts tag that can cause a page to forward to itself?

Thanks,
Rick Davidson


--
To unsubscribe, e-mail:
mailto:[EMAIL PROTECTED]
For additional commands, e-mail:
mailto:[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   mailto:[EMAIL PROTECTED]
For additional commands, e-mail: mailto:[EMAIL PROTECTED]