Hello, I have please problem with conversations and AJAX calls. I use grid view component from NetAdvantage (http://java.samples.infragistics.com/NetAdvantage/JSF/2008.1/featurebro wser/webgrid/rowSelection/index.faces) that is AJAX-based (pagination, sorting).
I have detail page with one grid view. There is detailBean related to detail page set with "conversation.access" scope. I see from logs this behavior: 1) user visits detail page, conversation starts 2) user clicks to go to next page on grid view, AJAX call is processed -> conversation is deleted! 3) user clicks to go to next page on grid view -> error occures because detailBean has wrong data, because new conversation is created. I don't know why this happen because detailBean is called during AJAX call. I also attach some HTTP headers from AJAX call: (Request-Line) POST /rmt/assetDetail.faces?conversationContext=1 HTTP/1.1 Host localhost:8080 Keep-Alive 300 Connection keep-alive Content-Type application/x-www-form-urlencoded; charset=UTF-8 Referer http://localhost:8080/rmt/assetDetail.faces?conversationContext=1 Content-Length 19939 Cookie JSESSIONID=010F3FDC8F110E8A52707E12EDBD4672 Pragma no-cache Cache-Control no-cacheconversation.access I would appreciate any help. Thank you in advance, PETER

