Hi, I've SearchCriteriaView which is an Editor<SearchCriteriaProxy>, one the user clicks on 'Search', i fire the request to the server with the bound proxy.
If the user has to search again, I create new Proxy using new RC and have to bind the new proxy and fire the new RC. Now the previous state is lost. To preserve the state: 1. Clone the values in the old proxy in the new proxy. OR 2. Use the same old proxy, and fire the same RC again. *"I cant do both now"* * * How to come about this, right now I'm unable to preserve the search criteria. Any help is appreciated! Thanks, -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Fhb6f7dOUo8J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
