> > If the element is not in a loop, just specify the HTML ID in the template. > If it is in a loop, use xpath.
oh. Thanks :$ I thought wicket id were incremeting on request, meaning that even without loop the same page loaded twice would end up with a different id (with an incremented number). I should test it ! > > > zedros wrote: >> >> on a broader picture, my main question was about the way you proceed, >> Do you test every page, including every validator or.. ? If doing so, >> for pages that quite often are then not touched much, i would fear the >> time needed for proper testing quite hard to justify. Am i wrong here >> ? > > I test my code based on risk. If it is the code that is frequently use, has > a high impact if it breaks, or is likely to contain bugs, I'll test it more > thoroughly. ok, thanks for this explanation :) have a good day zedros --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
