This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes JSF and the fly likes How to Ajax/JSP Datagrid with Autocomplete? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » JSF
Reply Bookmark "How to Ajax/JSP Datagrid with Autocomplete?" Watch "How to Ajax/JSP Datagrid with Autocomplete?" New topic
Author

How to Ajax/JSP Datagrid with Autocomplete?

Ananth sunraj
Greenhorn

Joined: Sep 05, 2008
Posts: 12
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?



[Thumbnail for auto_comp.JPG]

Samuel Goldschmidt
Greenhorn

Joined: Jun 14, 2009
Posts: 15

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.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: How to Ajax/JSP Datagrid with Autocomplete?
 
Similar Threads
How can we render a jsf element with a # inside #
Displaying 2D array using data tables
dataTable onclick
is there any ajax based datagrid component around?
JSF 1.3 Navigate web pages and pass parameters