I loop if I set up struts-config so
input=SelectParty.do
when it should be
SelectParty.jsp.

But then you would see SelectPartyAction's perform method being executed & your
debug msg. Is it possible you have a more complex flow of control.
Stick debug messages everywhere!

--- Tim Sawyer <[EMAIL PROTECTED]> wrote:
> I'm using struts 1.0.1 with tomcat 3.2.1, and am encountering a wierd
> problem.
> 
> I'm running an action to search for a list of people, and that completes
> fine.  Then I can click on that person to select it and proceed to another
> page.  However, clicking on the person hyperlink leads to java.exe taking
> 100% CPU and everything just sits there.
> 
> The link looks like this:
> 
> <a href="/AddFindParty/SelectParty.do?ID=151975">Ernie, Uncle  </a>  <br>
> 
> So as far as I can tell, the click on the do returns control to the
> controller servlet, which then keeps it and sits there burning cpu cycles.  I
> have a debug statemement in the perform() method in the appropriate action
> handler for SelectParty.do and it doesn't get that far.  I even commented out
> SelectParty in my struts-config.xml file, and it made absolutely no
> difference.
> 
> Anyone got any ideas?  I'm new to struts, but I got the first bit to work,
> and I can't understand why this doesn't.
> 
> Cheers,
> 
> Tim.
> 
> 
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


=====
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Search the archive:-
http://www.mail-archive.com/struts-user%40jakarta.apache.org/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Keith Bacon - Looking for struts work - South-East UK.
phone UK 07960 011275

__________________________________________________
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com

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

Reply via email to