Hi Ben,

Thanks for reply.
I did the trick using web.ctx.query.

Thanks again.

On Monday, 17 September 2012 12:57:25 UTC-3, Ben Corneau wrote:
>
> try web.input()  http://webpy.org/cookbook/input 
>
>
> params = web.input(jtSorting="default")
> sorting = params.jtSorting
>
>
> On Thu, Sep 13, 2012 at 4:51 PM, Tomas Schertel 
> <tsch...@gmail.com<javascript:>
> > wrote:
>
>> My application receives a POST and his web.ctx.fullpath is this: 
>> /account/list/?jtStartIndex=0&jtPageSize=20&jtSorting=name%20ASC
>>
>> I want to get just the value of jtSorting. I'm using 
>> web.ctx.env.get('jtSorting'), but I receive "None" as value.
>> I've looked at http://webpy.org/cookbook/ctx. but I'm doing something 
>> wrong and I can't figure it out.
>>
>> Thanks.
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "web.py" group.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msg/webpy/-/5BE8z_wHYAAJ.
>> To post to this group, send email to we...@googlegroups.com <javascript:>
>> .
>> To unsubscribe from this group, send email to 
>> webpy+un...@googlegroups.com <javascript:>.
>> For more options, visit this group at 
>> http://groups.google.com/group/webpy?hl=en.
>>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/webpy/-/y0khqVyV8BkJ.
To post to this group, send email to webpy@googlegroups.com.
To unsubscribe from this group, send email to 
webpy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/webpy?hl=en.

Reply via email to