I'm developing a car portal in which 3 menu items are there :new car,used car,rent-a-car.
But the problem is that I want to have 3 instances of the component so that I can customize to those particular menu-items.
Right now I have installed the component,the 3 menu items uses the same component;so even if I change the component the changes are reflected in the other menu items.
So the problem is "Is there any method by which we can have 3 components of the same name"
Please help.