Matteo
Matteo

Reputation: 14930

JSF: ordered list and inplace editing

We are using JSF and I was looking for a component to implement a list that:

To be more explicit something like PrimeFaces OrderList where elements can be edited. inplace editing would be nice but not a requirement. Before implementing something that already exists I wanted to ask if I missed something and the component already exists.

Upvotes: 1

Views: 644

Answers (1)

stzoannos
stzoannos

Reputation: 938

You could take a look at Richfaces and IceFaces in addition to PrimeFaces. They all provide advanced components that might offer almost all the features you need.

Upvotes: 1

Related Questions