How to get values from a query string in URL in a jsf page?
843844Mar 27 2007 — edited Mar 27 2007if i have a url, http://my.com/?name=john+smith, how do i get the values from that url in a jsf page and then pass those values to a servlet?
i know how to do that in jsp using "request.getParamter("name")" and save it in a bean and then forward to a servlet. But what about in jsf?