Re: dataTable question (again)

2005-10-25 Thread PATRICIA GUEDES
Hi, again!! I have a new question now. I am using the STATE_SAVING_METHOD = 'client' and when I try to use the dataTable's preserveRows property, appears a error "Error while saving state in 'client' of type RowData". My real problem is that I want to work with the dataModel adding and deleting li

Re: dataTable question (again)

2005-10-21 Thread PATRICIA GUEDES
It works Finally... Thanks very much for your time and patience . Guedes On 10/21/05, Mathias Brökelmann <[EMAIL PROTECTED]> wrote: > sorry I forgot to answer your question. > > You should not initialize your RowData with a datamodel for your > fields as a second parameter. Instead pass the

Re: dataTable question (again)

2005-10-21 Thread Mathias Brökelmann
sorry I forgot to answer your question. You should not initialize your RowData with a datamodel for your fields as a second parameter. Instead pass the values for each field of this row and don´t put your values into your fields: private static final Fields[] fieldsEmbque = new Fields[] { ne

Re: dataTable question (again)

2005-10-21 Thread PATRICIA GUEDES
Anyone help me, please I don't know what do Thanks Guedes On 10/20/05, PATRICIA GUEDES <[EMAIL PROTECTED]> wrote: > Hi, (sorry for my bad english again) > > I am trying to create a table using dataTable, but something is wrong. > When I try to show my lines using a DataModel, just the f

dataTable question (again)

2005-10-20 Thread PATRICIA GUEDES
Hi, (sorry for my bad english again) I am trying to create a table using dataTable, but something is wrong. When I try to show my lines using a DataModel, just the first element of each Array was showed. Ex what I want: 1 2 3 4567 8 9 10 11 12 13 14 How is been showed ...