Hi there,
I am trying to serve a custom template based on the URl. Lets say i have the following URL and Templates.
URL 1 = http://example.com/controller/?version=1
URL 2 = http://example.com/controller/?version=2
Template1 = ShowCase1.ss
Template2 = ShowCase2.ss
For URL1 i would like to render the page with template ShowCase1 and for URL2, I would like to render the page with template ShowCase2
So, irrespective of the URL pattern which may have Action/ID/OtherId, If the request has get parameter called "Version" i have to provide that version of the custom template.
So can anyone please help with solve this...really appreciate your help.
Cheers
RD