Re: Response data not showing from Java request sampler

2003-09-19 Thread Clifton Craig
PROTECTED]> Sent: Friday, September 19, 2003 12:16 PM Subject: RE: Response data not showing from Java request sampler > I think you need to set the response data type: > > results.setDataType(SampleResult.TEXT); > > S. > -Original Message- > From: Clifton Craig

RE: Response data not showing from Java request sampler

2003-09-19 Thread BAZLEY, Sebastian
I think you need to set the response data type: results.setDataType(SampleResult.TEXT); S. -Original Message- From: Clifton Craig [mailto:[EMAIL PROTECTED] Sent: 19 September 2003 17:02 To: [EMAIL PROTECTED] Subject: Response data not showing from Java request sampler Hello, I'

Response data not showing from Java request sampler

2003-09-19 Thread Clifton Craig
Hello, I'm new to JMeter and I've written a simple Java request sampler object for testing to get a feel for things. The 1st thing I've noticed is that the response data does not show in the view results tree listener. I am setting response data in my java request sampler. Here's a code snipp