Guys,

Need some suggested here..

I have a search-page which has an Ajaxform with a "search-criteria"
TextField, the same search-page has a DataView implementation (alongwith
DataProvider) of the searchresults...

So basically i do an ajax submit of the search criteria and repaint just the
dataview-container, so far so good..everything as i expect..The problem
occurs when i do a refresh, where the Search Criteria TextField is
re-initialized and so is the model associated with it (same holds true for
the entire page) and thats why the dataview displays result against an empty
search-criteria.

Now what i want is to be able to retain the search-criteria TextField's
model (which my IDataProvider implementation relies on) when the page is
refreshed, so that a search is performed on the same criteria as the last
search.

Thanks in advance,

-- 
View this message in context: 
http://www.nabble.com/Search-Use-Case---Retaining-the-model-against-the-text-field-tp17525310p17525310.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to