I am inside a long running conversation and I have a search page with a search button that triggers myBean.search(). myBean has several conversation scoped variables, injected with @In.
While the search page is rendered in the browser, before the render finishes, I click the search button that calls method myBean.search() on server. The problem is that injected values are null. Is this a bug? Or is there a configuration to avoid it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4103253#4103253 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4103253 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
