2 Replies Latest reply on Jul 2, 2007 10:57 PM by hstang

    Triggering page action if the URL comes with parameters

    milli

      Hi,

      I have a page which has two input text boxes "Email Id" and "Activation Code" and the form action is to invoke a method in the backing seam component. If it is successful it redirects to a page with successful activation message. In this case user has to enter email id and activation code.

      My question is if pass "email id" and "activation code" as URL parameters(through an activation mail), I want to be able to activate the account and redirect to the message page. It is the same action as above but with out user clicking "submit".

      How do I do it? I appreciate your help.

      Thanks.