• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

search facility

 
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i need ur help..
I need to implement "search" facility in a JSP.. Once the "last name" entered in the text box and subimitted, it should the result in the same page.
Can any one help on this....
thanks
raman
 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't fully understand what you want to achive.
However, have a look at apache lucene, it might help.
 
manasa teja
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks fr ur reply..
My question is
I have text box in a jSP.. This text box takes "last name" of teh employee.
Once the form is submitted, it will go to databse and fetch the details of all teh employees , whose last name matches with the one entered in the text box.. and the results need to be displayed in teh same JSP..
please help me on this
 
manasa teja
Ranch Hand
Posts: 325
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any pleas help me or prove any link..
 
Andres Gonzalez
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by M K Raman:
Thanks fr ur reply..
My question is
I have text box in a jSP.. This text box takes "last name" of teh employee.
Once the form is submitted, it will go to databse and fetch the details of all teh employees , whose last name matches with the one entered in the text box.. and the results need to be displayed in teh same JSP..
please help me on this


can't you just build your own query using JDBC, getting the "last name" parameter?
something like this:

that's probably what you need....
 
No matter how many women are assigned to the project, a pregnancy takes nine months. Much longer than this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic