When using Table. the "converter" binding is NEVER used, but if I use the
deprecated FormTable my converter binding method is used.
Nobody else has experienced this problem with T4?
Also, I noticed in debug messages for my IBasicTableModel implementation
that getRowCount() is called 3x first than getCurrentPageRows() is called
right after that. What is up with the 3 called to getRowCount() for ever
page render?
My Table setup is the typical source/column/converter method.
The FormTable component is deprectated so I simply changed it to Table, in
which the doucmentation says it will automaitcally perform the FormTable
functions when within a Form.
I verified this by doing a view source and looking at the hidden variables
within the form, and with debug messages.
What am I doing wrong?
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]