Hi Wycliff,
I want to add extra functionality to the concept search in the dictionary, such as accessing remote databases. To do that I decided to try extension points, but the only one in the dictionary index is the html extension, and writing html by itself without any jsp limits the functionality. Thus, I want to be able to make my own jsp and then parse include it into extension point.
I realize that this method is fairly convoluted, so I'm currently experimenting with overriding the whole jsp with my own, but at the same time I don't want to rewrite/copy the whole dictionary index code.
-Sam