> If I wanted to add a background image, what file should I modify to do > that? I wanted the title in my portlets to be hyper linked to a website. So > I overrirode the getTitle() method. Is this the proper way to do that? I > tried putting an anchor for the title in the .xreg file and it didn't seem > to work.
For some reasons I do not know the jetspeed doc suggests not to override the getTitle() method but to use setTitle() in init(). As I said I do not know the reason but perhaps it's better to follow that advice - you may avoid problems later. Stefan > > Joe -- Stefan Kuhn M. A. MPI of Chemical Ecology, Winzerlaer Str. 10, Beutenberg Campus, 07745 Jena, Germany Tel: +49(0)3641 571261 - Fax: +49(0)3641 571202 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
