Hi,
I chnaged the sequence of mappers as follows for the following property in vgnextgeneric resource so that the friendly urls (generated by my listener for each asset in vcm) for the assets will be used while rendering the content. All this work fine.
but I am trying to build urls for some assets like printer friendly versions using the format "print". But the format is being ignored in url generation.
furl.mappers=friendlyURLMapper,channelMapper
i have an asset with following url in ...
1: /travelchannel/TV_Shows/Dhani_Jones/Photos/photo-shoot-with-dhani-jones
I created a vanityurls(vignette friendlyurl) as follows for this asset
2: /travelchannel/tv_shows/dhani-jones/photos/photo-shoot-with-dhani-jones
Until this it is fine.
now i would like to build another url for this asset with a format "print" so that i can use a printer friendly template for rendering expecting the following url format.
3:
/travelchannel/TV_Shows/Dhani_Jones/Photos/photo/ci.photo-shoot-with-dhani-jones.print
but i always get the url mentioned in step 2 even if i pass format as 'print' instead of 'default'. am I missing anything? any help is reaaly appreciated.
Thanks in advance,
Veeru