Newbie-help! API 0 Results = errorpage.jsp, i need the 0 returned  
Author Message
some0779





PostPosted: 2005-6-18 21:46:00 Top

java-programmer, Newbie-help! API 0 Results = errorpage.jsp, i need the 0 returned Hi,
Im using the Google API in a JSP project which fires off queries to
google. In the returned object im interested in the
getEstimatedTotalResultsCount() statistic, I just need to know how many
results have been returned, including if 0 have been returned.

However, when I enter a term which should produce 0 results the JSP
throws an exception and directs me to the errorpage.jsp instead of
reurning a GoogleSearchResult object with 0
getEstimatedTotalResultsCount().

Other people on this forum dont seem to have this problem.
Would very much appreciate the help.

nickname-at-oppositeOfColdMail.com