Bonjour.
Imaginons le code JSF suivant
Comment faire que le contenu de l'input text aille dans la hashmap après appui sur un bouton de validation par exemple?Code:
1
2
3
4
5
6
7
8
9
10
11 <% HashMap<Integer, String> filters = new HashMap<Integer,String>(); %> <f:view> <h:form> <h:inputText value="foo" /> </h:form> </f:view>