On 12/8/05, Lee McFadden <[EMAIL PROTECTED]> wrote:
> loadJSONDoc("${std.url('/Edit/')}", {"rand": Math.random(),
> "tg_format": "json"});I'm going to still suggest calling the random value "tg_random" and that we have turbogears/controllers.py throw away that value so that you need not worry about it in your method parameters. Bob is correct, though, that there's no need to have the server side generate the random number. Kevin

