W liście z pon, 29-03-2004, godz. 11:12, Naoko Kitaoka pisze: 
> 
> 
> 
> Where can I check the SessionArgument Name? (URL rewriting)

AFAIK you can't reference the parsed session (if I understand what you
mean). URL rewriting is only for modifying requests - it automatically
adds the session id parsed from previous response.
If you have to use this number in other way, you'll have to use the
"Regular Expression Extractor" postprocessor

> 
> Where can I check the form name? (Link Parser)

Whew? Form name is not sent in requests... You can send values of text
fields, names of submit buttons, but names of forms?
If you want to parse form names from previous response, then you can use
"Regular Expression Extractor" postprocessor.

best regards,
Michal Kostrzewa



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

Reply via email to