#987: Querystring arguments have limitations on their names
------------------------------------+---------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone: 1.0b1
Component: TurboGears | Version: 0.9a5
Severity: normal | Keywords:
------------------------------------+---------------------------------------
While working on a turbogears related project (seen here:
http://groups.google.com/group/turbogears/browse_thread/thread/bbdab36b87485267/2dbb30605d185aa6?lnk=arm#2dbb30605d185aa6),
I have run into a small problem.
I am trying to use the word 'template' as one of my query string
arguments. However, on line 290 in controllers.py there is an issue.
Turbogears complains about getting duplicate entries for the keyword
"template".
Upon examining line 290, the reason becomes clear:
_execute_func(_func, template, format, content_type,mapping, fragment,
*args, **kw))).
The querystring argument is conflicting with the hardcoded argument.
Due to the nature of the project, I cannot change the name of my
argument to avoid this conflict.
Any work-arounds or suggestions would be appreciated
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/987>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---