I would redisplay the previous choices in the same form:
  - form.process(...keepvalues=True).accepted

Submit the form with get vars:
  - in form declaration use:  _method='GET'

Hope that helps,  D


On Tuesday, September 25, 2012 11:27:05 AM UTC+1, andrej burja wrote:
>
> hi
>
> there is a nice example of search form 
> http://www.web2pyslices.com/slice/show/1552/search-form
>
> i would like to do some improvements. At the top there si a search form, 
> and at the bottom are results. I would like to make results clickable - 
> clicking on the result opens new function/view (just result details).
> going back from that function/view i would like to see the results of 
> search i've performed. ideally without new search.
>
> what is the most elegant solution. should i store search variables in 
> session? should i use cache? should i display details in new (popup) window?
> and one more thing:  after hiting the Search button, i wuld like to write 
> search parameters in URL (with args). is this possible?
>
> andrej
>
>
>

-- 



Reply via email to