1 Reply Latest reply on Sep 5, 2007 9:37 AM by pmuir

    seam injection dependent on facelets ?

      seam 2.0
      i'm using the simples possible seam setup (new-form)

      addingin an injection @in @out DatabaseClass referenceName;
      but not jet using the database record in facelets Xhtml files


      THe injection line makes the application fail
      with as message it can not find the reference bean elements that do exist.
      Withrowing the injection and all works well.


      (as the injection is null or not used, i can live with a null value injected
      but the error code puts everyone on the wrong foot
      (can not find existing reference value)



      THere is no reason the bean should fail on a (not yet used injection)