You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Neal Whitley (JIRA)" <ji...@apache.org> on 2006/01/04 20:14:01 UTC

[jira] Commented: (NUTCH-39) pagination in search result

    [ http://issues.apache.org/jira/browse/NUTCH-39?page=comments#action_12361781 ] 

Neal Whitley commented on NUTCH-39:
-----------------------------------

When I try to add Jacks code on search.jsp I'm getting an Exception report:


org.apache.jasper.JasperException: Unable to compile class for JSP

An error occurred at line: 277 in the jsp file: /search.jsp

Generated servlet error:
    [javac] Compiling 1 source file

/home/1/user/tomcat/work/Standalone/localhost/_/search_jsp.java:684: cannot resolve symbol
symbol  : variable supposedRange 
location: class org.apache.jsp.search_jsp
long range = Math.min(supposedRange,actualRange); // used below
                                          ^


An error occurred at line: 277 in the jsp file: /search.jsp

Generated servlet error:
/home/1/caribmag/tomcat/work/Standalone/localhost/_/search_jsp.java:687: cannot resolve symbol
symbol  : variable history 
location: class org.apache.jsp.search_jsp
history[0] = history[1]; 
             ^



An error occurred at line: 277 in the jsp file: /search.jsp

Generated servlet error:
/home/1/caribmag/tomcat/work/Standalone/localhost/_/search_jsp.java:688: cannot resolve symbol
symbol  : variable history 
location: class org.apache.jsp.search_jsp
history[1] = curP;
^

etc ...

> pagination in search result
> ---------------------------
>
>          Key: NUTCH-39
>          URL: http://issues.apache.org/jira/browse/NUTCH-39
>      Project: Nutch
>         Type: Improvement
>   Components: web gui
>  Environment: all
>     Reporter: Jack Tang
>     Priority: Trivial

>
> Now in nutch search.jsp, user navigate all search result using "Next" button. And google like pagination will feel better.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira