0 Replies Latest reply on Dec 7, 2005 4:15 AM by tlg

    Desing question

    tlg

      Hi, I might use Seam for some project I have @ uni, I have to design a small web application where user are registered and can receive invitation for events thru email. In the email there is a link like http://host/action.faces?action=myaction&email=myemail&event=eventhash.

      I want to be able to check from the action.faces if the user is already logged in and if yes if it has the same email address (if not he needs to log out). What would be the correct way using Seam to do something like that (parse the url params, then do some action from them).