Hi,

I have a little problem with JMeter and the wizard component. I'm following the documentation from here: http://cwiki.apache.org/WICKET/wicket-and-jmeter-with-regular-expressions.html

I use exactly the same regexp as in this documentation. However, I get some trouble.

Use case:
I run 2 wicket apps on the same context. Thus, my urls look like "http://localhost:8080/Context/wicketapp1/packagemount/Index"; I use the regexp *"(.+:form:.+?)"*, because the form in wizard is named "form"
I'm trying to simulate a click on "next" (thus, submit the form)

I have a first regexp extractor on the base page of the wizard. To handle the first click on next, I've an http request, with the final address "http://localhost:8080/Context/wicketapp1/packagemount/*../../?wicket:interface=:6:wizard:form::IFormSubmitListener::*"; (the bold part was extracted by the regexp extractor)

But this doesn't work, the url had better to be something like "http://localhost:8080/Context/wicketapp1/?wicket:interface=:6:wizard:form::IFormSubmitListener::";

PS: when I try to hack it, ie add an extra part on the url (http://localhost:8080/Context/wicketapp1/packagemount/*thiswillberemovedlater/*)

Does anybody have this kind of problem? Any hints?

Thank you


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

Reply via email to