
Envoyé par
ahmeda
j'ai pas trouvé comment accéder à request à partir de facesContext .
FacesContext.getCurrentInstance().getExternalContext().getRequestMap()

Envoyé par
javadoc
Return a mutable Map representing the request scope attributes for the current application. The returned Map must implement the entire contract for a modifiable map as described in the JavaDocs for java.util.Map. Modifications made in the Map must cause the corresponding changes in the set of request scope attributes.
est ce que tu ve dire par "dans le request scope" a partir du servlet
ou a partir de la page jsp elle même?
C'est la même chose. Des request scope, il n'y en a pas 36.000 dans une requete
Partager