Hello, all. I am relatively new to Wicket. Sometimes when I write tests I get the Wicket ID wrong, and try to figure out what the right one is.
To address this, I wrote some code that gets the component tree, and either returns a List, or a string with the components' id's and classes. It can be found at http://gist.github.com/144041. Is this useful to anyone? Is there a better way for me to view the component tree at runtime/test time? Thanks, Keith --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
