2 Replies Latest reply on Apr 6, 2006 12:42 PM by eekboom

    "cannot combine create=true with explicit scope on @In" ?

    eekboom

      I don't get this. Why not?
      Isn't it as easy as
      "look into that particular scope, if not found then create and assign variable"?

        • 1. Re:
          gavin.king

          Explicit scope only makes sense when you don't have a Seam component mapped to that context variable.

          So if we don't have a component, how should Seam create the value?

          • 2. Re:
            eekboom

            Ah, I see.
            Just use the default constructor of the type of the variable and only print an error if there is none?

            I was simply trying to store an Integer.
            In my case it's not that important, as the variable is definitly accessed on the java side before used in JSF, so I can created it myself.

            Anyway: The error message does not tell about the real problem. It should better be something like "create = true is illegal if no annotated seam component is defined. Need to know the class to instantiate."

            All in all its not that important to me.
            But it's another inspection for my idea plugin (hope to release the first version in about two weeks).