Hi all, 

I have JMeter working nicely, and while I can call
Struts actions and measure the call, I don't seem to
be getting the JSP result via a call like: 

  public ActionForward search(ActionMapping mapping,
ActionForm form,
        HttpServletRequest request,
HttpServletResponse response)
        throws Exception {

...

return mapping.findForward("MyResult");

I do indeed get a bunch of JavaScript and Images, but
no _rendered_ JSP result. 

I do not have a HTTP proxy or any regex processing -
just a plain old HTTP Request sampler. Any ideas? 

iksrazal


                
Yahoo! Mail
Stay connected, organized, and protected. Take the tour:
http://tour.mail.yahoo.com/mailtour.html


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

Reply via email to