Help me ...
I'm stuck on the following question ...
I need to get the user id that comes through the URL parameter, as below:
localhost: 8080 / sgc / pages / generateSenha.xhtml? id = 3
But I do not know how to get this value "id = 3".
A link is sent to the email of the user who forgot the password, so when the user clicks on the link this value no longer exists in the ManagedBean, where I am locked. How do I get this value?
Help me, please.