On 4/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Hi,

I am new to JSF. I would like to know how/what
component if i want to develop a photo album like
application.
Basically, I am doing something like this:
* have a grid of images (a table of 3 X 3).
* have a 'next', 'previous' page button to move from
page to page.

Is there a similar example for that?

Newspaper Table will do grid layout of components.
DataScroller will allow you to page through tabular data.
However, I don't know if DataScroller works with Newspaper Table at the moment.

Newspaper table really needs to be rewritten as a custom subclass of
t:dataTable, but I don't think this is currently the case.

It's probably easier to duplicate the behavior of DataScroller than to
reinvent Newspaper table.  (reinventing newspaper table will still
force you to duplicate dataScroller in any case).

However, both situations are fairly easy to duplicate in JSF.

Reply via email to