[jboss-user] [JBoss Seam] - Re: AJAX Calls give

2007-11-28 Thread birwin
OOPS! The title should have read: AJAX calls give value is not valid error. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4108590#4108590 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4108590

[jboss-user] [JBoss Seam] - Re: AJAX Calls give

2007-11-28 Thread damianharvey
Try making payrollExport conversation scoped eg @Name(payrollExport) | @Scope(ScopeType.CONVERSATION)and then ensuring that you start a conversation via pages.xml begin-conversation (or similar) Cheers, Damian. View the original post :

[jboss-user] [JBoss Seam] - Re: AJAX Calls give

2007-11-28 Thread birwin
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