• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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....
 
He's giving us the slip! Quick! Grab this tiny ad!
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic