Hi, I have two different taskspace applications, and I need a different advanced search for each one and I'm using the advanced search xcelerator To achieve that I have duplicated the xcelerator component (xcelerator_advsearch.xml), and I have given each of them a different id, of course. I have also duplicated the start page jsp file and the java class, but now I need to duplicate the search result list and the cluster strategies in order to be have different ones for each of my two appliactions. With the search results, I know that I have to duplicate the searchresults.jsp file, and the search60_component.xml file that calls the jsp, but I don't know where can I make reference to the new xml file...
And for the cluster strategies, I suppose that I have to duplicate the cluster strategies modifications file, but I have the same problem as before, I don't know where to make reference to it...
Any help, please?
Thanks!