You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Tim Sawyer <ts...@nildram.co.uk> on 2002/02/20 16:11:59 UTC

Strange problem

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>