1 Reply Latest reply on Jul 13, 2007 10:52 AM by pmuir

    Problem with JSF Expression Language

      Hai every one i have problem with JSF Expression language, i describe about it.
      i am working on registration page in seam, i need to allow the user to logged in after successfully register(i meant at the instance user register)
      here i pass the registration page value to user bean and i call register method on my stateful session bean Register. here i need to assign the username, password value to Identity class in addition with user bean call
      and i need to call Identity class login method.
      with out the jsf Expression language i cant assign the value to Identity class, if i create Identity object manually i cant refer it by using expression language in my AuthenticatorAction class
      Please any one give me the right solution