[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.webtools.jsf] Re: sortable, editable, dataTable component

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.