Search:

Type: Posts; User: copeg

Search: Search took 0.08 seconds.

  1. Re: How can i view search results by using servlet and jsp?

    Any reason why you are extending HashMap as opposed to just using the HashMap directly? A bit beside the point but just curious...
    In the servlet you set this as a session attribute (using...
  2. Re: How can i view search results by using servlet and jsp?

    What exactly are you searching? Typically, your search output would iterate over some type out search result, and you would print out each entry. In the case you linked to, the servlet performs the...
Results 1 to 2 of 2