6 Replies Latest reply on Nov 23, 2007 12:01 PM by kukeltje

    null injected values

    andreigh.ts

      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?