[Radiant] accessing params[] inside a tag
Daniel Sheppard
daniels at thegroggysquirrel.com
Tue May 15 23:25:04 CDT 2007
> 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]
More information about the Radiant
mailing list