"gus888" wrote : 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.
Without some code (the view, the navigation, etc), I don't think anyone is going to be
able to help here...
"gus888" wrote : I did not use a long-running conversation. I use stateless bean
to outject a temporary conversation. Is it correct? Thank you very much.
If you outject to the conversation, you must begin a long-running conversation to have the
data available on the next request (the next click of a commandLink). Otherwise, the
temporary conversation will be destroyed and your data is gone on the next request.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118420#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...