10 messages in com.canoo.lists.webtestRe: [Webtest] No dynamic property in ...
FromSent OnAttachments
Marcel Stör21 May 2007 00:49 
Denis N. Antonioli21 May 2007 02:39 
Marcel Stör21 May 2007 05:40 
Marc Guillemot21 May 2007 06:28 
Marcel Stör21 May 2007 06:40 
Marcel Stör23 May 2007 01:23 
John and Pip23 May 2007 01:49 
Michael Habbert23 May 2007 01:56 
Marcel Stör23 May 2007 02:13 
Marc Guillemot23 May 2007 04:24 
Subject:Re: [Webtest] No dynamic property in storeRegEx
From:Marcel Stör (mar@frightanic.com)
Date:05/21/2007 06:40:00 AM
List:com.canoo.lists.webtest

Marc Guillemot wrote:

I did have a look at that before I sent the post (especially the XPath example), but I can't see how this would work with my requirements. The "input" for repeat would be an regex query that returns n hits; n myMenuItemUrl. Or I would have to create a collection of tokens (comma separated list, again driven by regex) and make use of antcontrib <foreach list="${tokens}"?

how does your source code look like? Where are the urls you want to extract? In <a href="..."/> tags? In javascript handlers?

Well, I haven't even bothered to completely understand the code. It's quite a mess. And since the app runs on a IBM Portal Server all the URLs are dynamically generated. At startup all the menu items are loaded into a JS array and only added to the DOM on mouseover. Hence, DOM-based operations are not applicable.

HTH, Marcel