Hello everyone ..
To view the results of a search using a Java WebApp use this code:
control.addSearchResultsHandler (new SearchResultsHandler () {

public void onSearchResults (SearchResultsEvent event) {
                           JsArray <? extends Result> event.getResults
results = ();

for (int i = 0; i <results.length (); i + +) {

if (results.get (i). getResultClass (). equals
(ResultClass.WEB_SEARCH_RESULT)) {
....


But I get all the results of a single search page. How do I get the
other pages and repeat the same procedure above for the other pages?

I hope I was clear...

Someone can give me a hand? Thank you and good day

Sebe

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to