Thank you Sebb :) ~Ajit
On 8/21/07, sebb <[EMAIL PROTECTED]> wrote: > > This is deliberate - the extraction process uses a Set which therefore > ignores duplicates. > > There's no way to affect this currently. > > S. > On 20/08/07, Ajit Wagh <[EMAIL PROTECTED]> wrote: > > Hello EB, > > I have a html page - containing following IFRAME tags- > > > > <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> > > <IFRAME SRC="http://MyServer/Redirect2"</IFRAME><br> > > <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> > > <IFRAME SRC="http://MyServer/Redirect1"</IFRAME><br> > > <IFRAME SRC="http://MyServer/Redirect3"</IFRAME><br> > > <IFRAME SRC="http://MyServer/Redirect3"</IFRAME><br> > > > > I am hitting this page by enabling "RegexpHTMLParser" with JMeter > version > > 2.2 - > > > > Ideally - jMeter should show response for every URL included in IFRAME > tag - > > but it excludes response for repeated URL. > > > > e.g in this case Redirect1 is repeated three times , Redirect3 is > repeated > > two times and Redirect2 is single - I should get six responses - but > JMeter > > returns single response for Redirect1, Redirect2 and Redirect3 > respectively. > > > > How can i get response for every ( duplicate ) IFRAME tags ? > > > > Thanks, > > ~Ajit > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >

