On Feb 2, 2011, at 4:00 PM, Jonathan Lundell wrote:
>
> On Feb 2, 2011, at 3:44 PM, walter wrote:
>>
>> When I do next in the action:
>> def check():
>> if request.args(1) == None:
>> table = request.args(0)
>>
>> return dict(table=table)
>>
>> And my url has a trailing slash after a
On Feb 2, 2011, at 3:44 PM, walter wrote:
>
> When I do next in the action:
> def check():
>if request.args(1) == None:
>table = request.args(0)
>
>return dict(table=table)
>
> And my url has a trailing slash after a function argument (i.e.
> applictation/controller/function/argu
When I do next in the action:
def check():
if request.args(1) == None:
table = request.args(0)
return dict(table=table)
And my url has a trailing slash after a function argument (i.e.
applictation/controller/function/argument/) I catch an internal error
everytime.
I confused. Wha
3 matches
Mail list logo