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]>




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:   
For additional commands, e-mail: 




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

2002-01-10 Thread Rick Davidson

Several JSP pages act like they never end. The pages have a form bean which
gets populated in an action class. With IE6 browser, the page just keeps
loading and loading over and over until I click the "STOP" button on the
browser.
Has anyone seen this behavior before? Any idea what I'm doing wrong?

Thanks,
Rick Davidson