Hello everybody,
I have a question about JSF and GET http request.
How can I get a GET variable in bean managed by JSF ?
I tried to use it but nothing is in the map.
FacesContext.getCurrentInstance().getExternalContext().getRequestMap();
Thanks for your answers.