Glauco schrieb:
> Glauco ha scritto:
>> Lee McFadden ha scritto:
>>
>>> You should set your form's method to POST instead of GET. This way
>>> your form's data will be posted allowing paginate's query variables to
>>> use GET without overloading the browser URL.
>>>
>>> This should solve your problem.
>>>
>>> Lee
>>>
>>>
>>>
>>>
>> Obviously...... :-)))
>>
>>
>> Thank you Lee
>>
>> i'm searching in wrong direction.
>>
>>
>>
>>
>> Glauco
>>
>>
>
> This is true ONLY for submit action... but I've done a deeper analisys
> on paginate and paginate use a link !!!
>
> """
> <a href="${tg.paginate.get_href(1)}"><<</a>
> """
>
> so the problem isn't solved :-(
I'm not exactly sure what paginate does there, but it appears that it
collects all kinds of search criteria from a form. Any chance to not
make that?
Diez
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" 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?hl=en
-~----------~----~----~----~------~----~------~--~---