> The problem is that I cannot find a way to retrieve the value > of the 'id' > param in the code for tags which are placed in the called page. > I have tried the following (without success) > curId = params[:id] > curId = tag.locals.params[:id] > curId = tag.globals.params[:id] > curId = tag.locals.page.params[:id]
tag.globals.page.request.params[:id] _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
