[jboss-user] [JBoss Seam] - Request param acquire

kooudy do-not-reply at jboss.com
Fri Jan 4 08:11:13 EST 2008


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#4117031

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4117031



More information about the jboss-user mailing list