[jboss-user] [JBoss Seam] - Re: Data disappeared when clicking on Conversation outjectio

gus888 do-not-reply at jboss.com
Wed Jan 9 12:35:10 EST 2008


"jacob.orshalick" wrote : "gus888" wrote : Question 1 : I tried different outjection scopes: EVENT, PAGE and CONVERSATION, and only the CONVERSATION scope works (outjected data were displayed on web). When I used EVENT and PAGE scopes, no data were displayed on web page. I don't know why?
  | 
  | What is the rest of the scenario?  How are these values getting populated?  Are you executing an action then redirecting?
  | 
Hi Jacob, thank you for your reply.
I follow Seam wiki pagination sample: manage bean is stateless bean, outject a event or page scope page, but I don't know why I didn't get results back to page. Only after I used conversation outjection, I can got results displayed on page. However, when I try to click a link on the page, the results on the page disappear immediately. I really feel frustrated. 

"jacob.orshalick" wrote : 
  | "gus888" wrote : Question 2 : When I clicked h:commandLinks of individual email and phone, the whole page data disappeared. Anybody can explain why? Thank you in advance.
  | 
  | Have you started a long-running conversation?  Data outjected to conversation scope will be outjected to the temporary conversation which is destroyed at the end of the request if you don't promote the conversation to long-running. I did not use a long-running conversation. I use stateless bean to outject a temporary conversation. Is it correct? Thank you very much.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118391#4118391

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118391



More information about the jboss-user mailing list