2 Replies Latest reply on Mar 19, 2008 2:54 PM by mars1412

    Extending entity query, stateful bean question

    mkabir

      I have a stateful bean....
      It is used in list display....
      I extended entity query object (eqextend). It is a Seam object (not stateless/stateful bean)


      In my xhtml, I use eqextend.resultList.


      In my stateful bean I use


      Component.getInstance(eqextend)


      For many users how can I be sure that stateful bean, extended entity query will correlate ? Should I make entityquery extend part of the stateful bean ?


      Thanks,


      Kabir.