problem with actionlistener

I have a web app that displays records that are generated from a VSAM. I have navigation buttons that enable the user to page through the records. I have code placed in the actionListener of these buttons that sets up a key to read the VSAM. All of this works ok but after a few clicks the actionListener stops firing when the paging buttons are clicked. This causes the key for the VSAM to not be set up properly and causes unpredictable actions. As a test I placed the code in the actionListener in the click method of the paging buttons. After a few clicks the method that is bound to the click attribute of the button also stops working. I've confirmed that they are not being called by debugging. If anyone has heard of this, or has any suggestions I would appreciate it.

Thanks in advance

[808 byte] By [meyer_cea] at [2007-10-2 9:49:10]
# 1
Any error messages in console or in <h:messages>? Be sure to always include an <h:messages> tag on your page. At least while debugging.CowKing
IamCowKinga at 2007-7-16 23:54:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...