if i can clarify, 1. the <details> button executes correctly when NO entry in list. 2. When the list is populated the <details> does not execute.
i am guessing that the <select> button is generating an error is occurring preventing subsequent operations. easy to confirm, check that <h:messages> tag on page is clear. ---------------- The details button executes correctly when NO entry is in the list.The details button executes correctly when NO entry is selected from the list. The problem is only when a entry is selected from the list, and the <Detail> button pressed, the screen refreshes, the list empties, and glassfish log shows nothing of the output messages in the <Detail> button handler. I need to check on the <h:messages> tag. Thanks for your inputs. Regards,