On 5/18/06, Reid, Jeff (Liquidity & Risk Technology) <[EMAIL PROTECTED]> wrote:
I'm using #{row.cols}.  #{rows.cols} was a typo in my e-mail.

Do you have any ideas how I can debug this?  There are no error messages
nor logs.

Is #{bean.rows} preserved between requests?   Ie, is bean either
session-scope or application scope, or are you using t:saveState on
bean.rows?

I handle it by using t:saveState on bean.rows.

If the data model is preserved, then the thing to do is to set a
breakpoint on row.getCols and make sure it's being called and
returning the correct results.

Reply via email to