Listview has this parameter reuseitems, if you set it to false it will rebuild when its container is refreshed.
2012/6/9 kshitiz <[email protected]>: > I got the problem atleast...what is happening that it is using the same > search object (where results are being stored and then displayed in > container) and not creating the new one for new searches. Actually what I > want is when user searches anything, the results are refreshed only. I am > storing the results in an object and displaying them using listview which is > again a part of container. Can you suggest me anything out here? > > -- > View this message in context: > http://apache-wicket.1842946.n4.nabble.com/Ajax-refresh-not-working-in-a-case-while-working-in-similar-other-cases-tp4649794p4649799.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
