Thanks for the input. PayrollExport was scoped session. I did find the problem, however. It was a coding problem. In my "refreshEmployees" method I was changing the list of Clients based on a checkbox (Not displayed in this post - My Bad!).
Because I was not refreshing the client drop-down in my AJAX call, I did not notice the list of clients had changed. Since the selected client now was no longer a member of the list of clients, this exception was thrown on the next AJAX call. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108653#4108653 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108653 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
