views:

35

answers:

0

Okay .... here is the scenario, I have this web page called CreateXYZ.aspx in my sharepoint site and I have to pass a list id as a querystring to this page. I have put a static link in the quick launch and set the link as CreateXYZ.aspx?listId=%whtever% ... things work fine in this site, but when i create a wsp of the whole site, and deploy the solution in another web app, the link stops working because it does not find that list. Is there some way I can set the quick launch to dynamically get the link of that list?