Stateless search page

2012-06-01 Thread romanasu
I'm trying to make a stateless search page with some filters in wicket 1.5.5. I have some filter objects(check box, drop down, input) and a repeater. When the page is loaded, i made a search and get some items. When the user change a filter, i want to update the results(the repeater); or,

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

Stateless search page use-case

2017-03-07 Thread Marcel Barbosa Pinto
Hi guys, I have a stateless search page, when the user first enters the page, all results must be returned. Then the user can submit a filter form and then the filtered result must be shown. In the page's onInitialize I have a search() method which calls search() method. I have a form whic

Re: Stateless search page use-case

2017-03-07 Thread Sven Meier
42946.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:

Re: Stateless search page use-case

2017-03-07 Thread Marcel Barbosa Pinto
7;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