Hi there, I'd like to have a search form, which keeps the last submitted search parameters in PageParameters in a bookmarkable fashion. I am wondering about the "wicket way" of doing this, and I keep coming back to an imaginary LoadableDetachableModel variant which would store a unique key, and load/store its object value from/to the PageParameters. I'd appreciate some advice: What would be the nicest way to get hold of the pageparameters in the current request from a model, and to set one in the next response? Or Is there some better way to achieve bookmarkable (partial) form state?
Thanks in advance: Gabor Szokoli --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
