Hello guys,
I'm new to Wicket, and actually i'm doing some JMeter tests for my application, I have a page with a DataView (HTML table) that has a filter button to filter data and a "Link" button, this Link has his generated href like the following : => href="page?5-1.ILinkListener-assignpu_list_panel-filterForm-dataview-1-assign" The problem is everytime i click on the filter button, the generated href changes and becomes for example : href="page?5-1.ILinkListener-assignpu_list_panel-filterForm-dataview-*3*-assign" And next time i click again becomes : href="page?5-1.ILinkListener-assignpu_list_panel-filterForm-dataview-*6*-assign" That makes it difficule for me to test with JMeter since i almost can't guess the given id each time especialy with many threads... I welcome any suggestions, thanks in advance. Regards -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Link-generated-href-tp4670915.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
