2 Replies Latest reply on Dec 14, 2006 8:43 AM by peterg.miller

    Minor newbie

    peterg.miller

      Referring to http://seam.demo.jboss.com/exp/loginExp.html, the page variable is "user", the bean name is "User", yet there is an annotation "@Name("user")". Minor point, but that seems redundant.

      Will the http://jira.jboss.com/jira/browse/JBSEAM-495 roadmap item address that Gavin?

      Cheers,
      Pete

        • 1. Re: Minor newbie
          gavin.king

          We have discussed adding an @Component annotation which defaults the name. The trouble is, I'm not sure that it would be obvious to new users that "user" refers to User. They might think names were not case sensitive....

          I probably should put this one to the vote - how many people hat having to type the name? ;-)

          • 2. Re: Minor newbie
            peterg.miller

            1. You wouldn't be the first to do it.
            2. There is good documentation and a lot to learn already (could be a point either way).
            3. Could become a mantra (ditto)

            (Tried this with List= markup and couldn't get it to work?)