My page is basically laid out like this:
--------------------
tx:in
--------------------
--------------------
tc:sheet
--------------------
When the sheet is refreshed (new data pulled in from the backing bean),
the tx:in displays a new count of the rows.
This has always worked fine. It uses a binding and also a value to grab
the row count from the backing bean
Now with AJAX enabled, I'm noticing that the tx:in doesn't always update
(about 50% of the time). I'm attributing this to the sheet updating in
place with AJAX and therefore not refreshing the tx:in.
How do I make tx:in update still?
Thanks,
John