Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

getRowCount()

428782Oct 5 2004 — edited Oct 12 2004
Does somebody know how to get the total row in table?

I use getRowCount() in AppModuleImpl class like this:

ViewObject vo = getAccountView();
int total = vo.getRowCount();

It always return 1 whatever how many rows exist in your table.

any help

thanks



Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 9 2004
Added on Oct 5 2004
17 comments
1,086 views