User activation problem in JSF by providing a link to user?
Posted
by Paul
on Stack Overflow
See other posts from Stack Overflow
or by Paul
Published on 2010-04-01T06:00:12Z
Indexed on
2010/04/01
6:03 UTC
Read the original article
Hit count: 319
jsf
I am giving a link to user to activate his account. Link is http://xyz.in/JSF_WEB_WFE/faces/index.jsp?confirmuser=jona&emailid=valid. I read the parameters in a Beans constructor and then making some decision like, activated / already activated. It works fine in local but while we deploy in web some times it works fine and some time not. what may be the problem. What can we do for better solution?
© Stack Overflow or respective owner