Thursday 23 March 2006 5:04:05 am
Hi, I have the following problem in my site, one page is used to show several kind of information depending of a parameter passed to the view: http://localhost/chiffres_cles/paysages_pub/(view)/0 http://localhost/chiffres_cles/paysages_pub/(view)/1 http://localhost/chiffres_cles/paysages_pub/(view)/2 so the same template shows different information because of the parameter passed. If I disable the TemplateCache every thing work fine, but i want to enable this because of performance issues and apparently the cache is done with the url without the parameter. No matter what link used above, the page is always the default one and the content do not act dinamically Is this a limitation of ez or bad way of developing the site
|