How to acquire request parameter values, if there are multiple same parameter names?
Example (I want values Gavin and Pete):
http://localhost:8080/detail.seam?name=Gavin&name=Pete
Map params = FacesContext.getCurrentInstance()
| .getExternalContext().getRequestParameterMap();
There is is only one param name in params.
thanks a lot
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4117031#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...