[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.webtools.jsf] Re: sortable, editable, dataTable component
|
- From: Yury Kats <ykats@xxxxxxxxxx>
- Date: Fri, 29 Feb 2008 14:53:12 -0500
- Newsgroups: eclipse.webtools.jsf
- Organization: EclipseCorner
- User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Thunderbird/1.0.6 Mnenhy/0.7.1
On 2/29/2008 4:14 AM, Mario wrote:
> I need to put the database data in a sortable and editable table but can't
> find the appropriate component in a pallete, or adjust the dataTable
> because. In a JCreator I added documentation of classes, so I'm looking for
> some sort of thing for components and classes in Eclipse.
Eclipse doesn't provide any JSF components beyond those standard components
available in the core jsf (f: and h: tags). It is up to you to pick a component
set available on the market -- once you made a choice, downloaded the appropriate
jars and added them to your project, then those components will become available
on the palette for you to use.
The standard dataTable (h:dataTable) doesn't have out of the box support
for sorting, so you should look around what's available and what meets your needs.
There are many good free and for-fee JSF component libraries out there.