The Wicket suite for NetBeans IDE 6.0, discussed yesterday,
contains (the start of) a Wicket tag navigator, as shown below:
Right now, nothing happens when you click a tag in the
navigator. However, ultimately, the related HTML document will open
and the cursor will land on the selected Wicket tag. From there,
you can hold down the Ctrl key, move the mouse over the tag in the
editor, and then the tag becomes a hyperlink, which you can click
to open the corresponding Java...