Skip to Content
0
Sep 27, 2005 at 07:05 AM

UrlGenerator.getSpecializedUrlGenerator returning null --URGENT

12 Views

Hi all,

I am using IUrlGeneratorService in my application as shown below

IUrlGeneratorService urlGenService =(IUrlGeneratorService) PortalRuntime

.getRuntimeResources()

.getService(

IUrlGeneratorService.KEY);

ISpecializedUrlGenerator specUrlGen = urlGenService.getSpecializedUrlGenerator(IPortalUrlGenerator.KEY);

This part of code was working fine but suddenly urlGenService.getSpecializedUrlGenerator(IPortalUrlGenerator.KEY) is returning null..

I have included urlgenerator in the sharing reference of my portalapp xml.. do i need to anything apart from that.

Anyone pls help me to resolve this problem since i need to solve this immediately

Thanks and Regards,

Siva