I use classes PagedSortableCarList.java, SortableList.java and
SimpleCar.java from "myfaces-1.1.1-src.tar.gz". And there are getter and
setter methods for properties id, type and color.
Any other idea?
AI
Jecker Frédéric (LFR) wrote:
In the example there's the following property in the Datatable definition :
rowId="#{car.type}"
Two possibilities
- You remove this declaration.
- Your create a getter and a setter for the bean property you have specified at
this place.
Fred
-----Message d'origine-----
De : Avramucz István [mailto:[EMAIL PROTECTED]
Envoyé : lundi 30 janvier 2006 11:46
À : [email protected]
Objet : Paged and Sortable
Hello myfaces list!
I'd like to use Tomahawk's dataTable component so I tried the example at
"http://www.irian.at/myfaces/pagedSortTable.jsp.source" but I get the
following error. What could the problem be?
"Unable to find setter method for attribute: rowId"
Thanks
AI