If your JSF application cannot be driven by URL only, then perhaps JMeter is not the best tool for tackling the problem. Unless I'm missing something obvious, there's no sampler that deal with the html object model itself, so JMeter can't do things like filling fields and clicking radio buttons.
For JSF ui testing, I'd suggest WebTest http://webtest.canoo.com/webtest/manual/WebTestHome.html It's not a load testing tool, but it can drive an html application very well (better so if every control has an unique html id). I simulate load by running several WebTest instances concurrently. It's ant based, btw hope this helps -- Ivan Rancati SharpMind QA --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

