Hi all i am using TG2 in my server side. i am using ajax to login . i am making a request to login_handler with params like login=manager&password=managepass this is working fine.
But how can i pass an additional parameter to the url? lets say i want to pass group_id . i can create the url like login_handler? login=manager&password=managepass&group_id=group_id and make the call. this does not throw any error but how do i access this in the backend? is this available in request object or repoze object? thanks in advance... -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

