Felix Schwarz schrieb:
> Christoph Zwerschke schrieb:
>> Kirk Strauser schrieb:
>>>         deliveryinfoform = widgets.TableForm(fields=ShippingInfo(), 
>>> action='/shipments/updatedeliveryinfo')
>>>
>>> What I'd really like is something along the lines of 
>>> "action=self.updatedeliveryinfo" and have it fill in the URL.  Is 
>>> this possible?
>>
>> Why not use a relative addresses here, i.e. action="updatedeliveryinfo"?
> 
> This breaks for me as soon I use positional parameters in the URL like:
> "/shipments/details/3" for the form and "/shipments/save/3" for saving 
> the values.

Right, I just remember I had the same problem a while ago:
http://groups.google.com/group/turbogears/browse_thread/thread/44009ef99aa98bfd/

No simple solution seems to exist, maybe we need to add something to TG.

-- Christoph

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to turbogears@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to