1 Reply Latest reply on Jun 2, 2008 11:38 PM by pmuir

    Possible bug with Seam validator

    bswenka

      Hello,


      Using a project created with seam-gen, For this EL fragment:


      #{addressHome.instance.city}


      I get this warning: (in my Eclipse 'Problems' view)


      "city" cannot be resolved <project>/WebContent/Address.xhtml


      This seems like a bug to me, all component/property validations work fine for me except when they are referenced via addressHome.instance


      If I use Address.city to create the page scoped entity, the validator works as expected. (no warning)


      Can somebody validate that this is a bug? I have over 300 warnings in my workspace due to this. Obviously not a critical item because the work around is to ignore the warning:)


      Thanks.