1 Reply Latest reply on May 29, 2007 11:08 PM by tony.herstell1

    Question on Seam

    tony.herstell1

      Basic Question...

      I hit my site and go to my main page.

      On the page is a login button (the page is from the common template.xhtml - which includes it)

      The button is backed by a conversational loginController class (and impl).

      I can click the login button and can login.

      What causes the LoginController to be created?

      In another page the Login Button does nothing (this usually indicates that the backing class cant be found - not that anything actually tells you!).

      I am trying to get it to work...

      I tried Injecting a loginController and Outjecting it to the view from the controller that starts the page in question to no avail.

      I am missing something really obvious...

      I will try making the loginController stateless tonight.

      ?