Re: Stateless search page use-case

2017-03-07 Thread Marcel Barbosa Pinto
Hi Sven, thank you. This worked.

On Tue, Mar 7, 2017 at 11:16 AM, Sven Meier  wrote:

> Hi,
>
> move your search from #onInitialize() to #onConfigure() - there you can
> take
> the filters into consideration.
> #search() can just accept (and check) the new filters, but don't let it do
> the any actual search.
>
> Hope this helps
> Sven
>
> --
> View this message in context: http://apache-wicket.1842946.
> n4.nabble.com/Stateless-search-page-use-case-tp4677258p4677259.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>


-- 

Marcel Barbosa Pinto
55 11 98255 8288


Re: Stateless search page use-case

2017-03-07 Thread Sven Meier
Hi,

move your search from #onInitialize() to #onConfigure() - there you can take
the filters into consideration.
#search() can just accept (and check) the new filters, but don't let it do
the any actual search.

Hope this helps
Sven

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Stateless-search-page-use-case-tp4677258p4677259.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: Stateless search page

2012-06-01 Thread romanasu
Apparently, if i make the search in onbeforerender, i skip the first useless
search. Nice to find out after many hours...

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Stateless-search-page-tp4649653p4649660.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org