-Richard
At 02:47 PM 1/10/2005, you wrote:
Jim Barrows wrote:Why won't right click view source not work?-----Original Message----- From: kjc [mailto:[EMAIL PROTECTED]
Is there a way to log the HTTP post string that is sent by the browser when clicking on
<html:image src="anImage.jpg" property="buttonOps.buttonA" />
I think the OP meant what the HTTP Post looks like, not what the generated HTML looks like.
I use a feature that comes with MyEclipse (its not unique to MyEclipse, but its the one I'm familiar with). I think another popular one is ProxyWorkbench http://www.tcpiq.com/tcpIQ/ProxyWorkbench/.
Basically, they act like a proxy. Suppose your Tomcat listens on port 8080. You setup your proxy to listen to another port, like say 8081. It redirects to port 8080. You then setup your app to post to port 8081. The proxy logs the conversation.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]