#2190: lookup() does not get executed in RestController
------------------------+---------------------------------------------------
Reporter: saabeilin | Owner: percious
Type: defect | Status: new
Priority: normal | Milestone:
Component: TurboGears | Version: 2.0b1
Severity: normal | Keywords:
------------------------+---------------------------------------------------
The {{{lookup()}}} just does not get executed in a {{{RestController}}}
(but works fine in{{{ TGController}}})
{{{
@expose()
def lookup(self, customer_id, *args):
print 'never gets here'
}}}
The number of explicitly-defined argumens (like {{{customer_id}}} above)
does not matter.
Tested in TG2.0b4 and b5.
--
Ticket URL: <http://trac.turbogears.org/ticket/2190>
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.
This group is read-only. No posting by normal members allowed.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears-tickets?hl=en?hl=en
-~----------~----~----~----~------~----~------~--~---