Greetings all:
I have a rather weird issue that not even our uber-bit-twiddler god can sort out. I have a component, which contains a table generated from a display group, and has a subclass of AjaxFlickrBatchNavigation for the navigation. This subclass has a conditional which calls ERXFlickrBatchNavigation's hasMultiplePages() method to determine whether to show the page number buttons as well as previous and next. Outside the conditional is displayed a count of the total objects in the display group. So, for example, there are 12 items in a display group with batches of 10, it tells you so.
When the component is first loaded in one particular section of the app, the navigation does not appear, though it is getting the correct data and the correct count of the data, and the message count appears. We also have an update button, where the user can select a different batch size. Clicking the button causes the navigation to appear, regardless of whether you change the batch size.
Here's the thing, this works fine on my dev machine (and everyone else's) but only fails when it's deployed to a server.
We use this subclass of AjaxFlickrBatchNavigation all over the place, and it seems to have no problems anywhere else.
Any ideas?
Andrew Kinnie |