Different behavior when deployed

I am experiencing a problem that I have not seen before.

I have an application that constructs a grid and displays that information. The application reads from a database into a local array. The data from that array is used to create the grid. The user can select one of the grid rows and the information is displayed for editing. The user saves the edits to the database and at the same time updates local array and redraws the grid with the new information. All this is being done in a session bean.

When I am in the JSC2-1 IDE and using the devalopment server, things work fine. However, when I deploy to either SunAppServer 8.2 or 9.0, the grid does not get redrawn. The local array is updated and the database is updated, but the grid redraw does not reflect the changes.

This is the only time I have experienced differences between the develppment and deployed environments.

Does anyone know why such behavior would happen?

Does anyone know how I can force a redraw of the grid in the deployed environment?

Is there some state that I can invoke to force a redraw?

[1112 byte] By [burferda] at [2007-11-27 0:45:28]
# 1
Actually, I have log messages inside the loop that draws the grid and the log messages say the grid is being redrawn in both the development and deployment environments.But the updated grid is only being displayed in the development environment.
burferda at 2007-7-11 23:10:44 > top of Java-index,Development Tools,Java Tools...