In JSP, i am going to implement Search. In this search Result, i need GridView. Can any one please Help me to Implement Gridview in JSP Page. please give some tips to understand the concept easily.
Thanks in Advance.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
What, exactly, do you mean by "GridView"? An HTML table? If so, then the DisplayTag library is an excellent way to create those.
Can you please explain , what are all the tld files needed, and also how to implement the display Tags?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35258
7
posted
0
Download DisplayTag, install the example web app in your servlet container, and go to the web app's start page. It has plenty of examples that demonstrate its use.