Guest deepak Report post Posted May 6, 2008 Hi, I wanted to get URL for the page to be generated dynamically. URL is : /portal/template/_detailed_info.vm/action/IndivigualAction/id/10644/contracttype/- Here, id(10644) is dynamic value which can be found in the hidden variable id in the HTML source. The formula, I made was /portal/template/detailed_info.vm/action/IndivigualAction/id/&$Hidden(id,0)&/contracttype/- The problem is that u have to define a variable to be used in the URL on the previous page. So, I am not sure whether it looks for HTML of previous page or current page. Defined variable on same page are not shown in "use variable" drop down for the URL. Quote Share this post Link to post Share on other sites