Hi guys, I am having problems getting the parameters in the request url, the first time I request the page I get the right parameter like this:

Map requestMap = FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap();
labelText = (String)requestMap.get("node");

but when I call the same page with diferent query string parameters then I get the same values from the first call to the page. I am using a managed bean which with "Request" scope.

Any ideas?
Thanks.

--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/

Reply via email to