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

How to Ajax/JSP Datagrid with Autocomplete?

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,
Im learning Java web development and working on a sample web project. In my project i need to use a datagrid(Datatable) that datatable should contain Autocomplete Column Values(1st column) for every Rows. It should get the database values, and should display in autocomplete.

For Example:

I have attached..the image for your reference. I have already done tis with pure javascript /ajax but im now i have to do it with JSF(Netbeans). Is there any options or features in JSF?
auto_comp.JPG
[Thumbnail for auto_comp.JPG]
Sample Autocomplete in Javascript-Ajax
 
Greenhorn
Posts: 15
BSD
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JSF is a technology which lets a server dynamically create html pages... The client will probably not even notice that JSF is running on the server (he just gets plain html). You won't get around using JavaScript.
 
reply
    Bookmark Topic Watch Topic
  • New Topic