Re: Variable substitution in POSTed files

2007-07-10 Thread sebb
n.readLine(); matcher = pattern.matcher(str); out.println(matcher.replaceAll(rep_to)); } in.close(); out.close(); -- View this message in context: http://www.nabble.com/Variable-substitution-in-POSTed-files-tf4055837.html#a11524588 Sent from the JMeter - User mailing list archive at Nabble.

Re: Variable substitution in POSTed files

2007-07-10 Thread Ivan Rancati
in.readLine(); matcher = pattern.matcher(str); out.println(matcher.replaceAll(rep_to)); } in.close(); out.close(); -- View this message in context: http://www.nabble.com/Variable-substitution-in-POSTed-files-tf4055837.html#a11524588 Sent from the JMeter - User mailing list archive at Nabble.com.

Re: Variable substitution in POSTed files

2007-07-10 Thread sebb
//www.nabble.com/Variable-substitution-in-POSTed-files-tf4055837.html#a11520870 Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Variable substitution in POSTed files

2007-07-10 Thread Ivan Rancati
rhaps I am missing something obvious. Thank you, Ivan -- View this message in context: http://www.nabble.com/Variable-substitution-in-POSTed-files-tf4055837.html#a11520870 Sent from the JMeter - User mailing list archive at