The jsp page is just a regular jsf page containing a <t:dataTable> tag where the value attribute of the dataTable tag points to a DataModel property of a backing bean. f.e. <t:dataTable value="#{myBean.myDataModel}">. This is no different from the normal case using the default DataModel.

Look at crossDataTable.jsp inside the examples that comes with myFaces for an example of how to use tables in jsf.

Greetings
Jan

On Thu, 02 Feb 2006 22:55:40 +0100, Michael Huber <[EMAIL PROTECTED]> wrote:

Hi,

I am trying to implement the example from the myfaces wiki "Working with large
tables" http://wiki.apache.org/myfaces/WorkingWithLargeTables

The problem is, I really don't know, what the jsp has to look like.
Can somebody help me? The wiki says, the jsp pages are then trivial, but I am
trying to get this working for a week now...

Thanks in advance
Michael


    [EMAIL PROTECTED]
    [EMAIL PROTECTED]
    http://www.ivpv.UGent.be

Reply via email to