Getting table component properties...

Dear all,

How can I get the total rows in a table component that has been set up to display only certain rows per page? And if I add a row in such table component, normally it will add to the last row in the page, how do I get the position of the new added row in the table component? I want to enable (editing) only to the last rows, and disable the rest of the rows in that page. I want to do it via javascript if I can't do it in the server side.

thanks in advance.

[488 byte] By [discusfisha] at [2007-11-26 22:40:31]
# 1
See http://forum.java.sun.com/thread.jspa?forumID=881&threadID=5142038Also, if your table is bound to a database table, then calling the data provider's getRowCount() method should tell you how many rows there are.
jetsonsa at 2007-7-10 11:54:25 > top of Java-index,Development Tools,Java Tools...