How do you make the second call?
From the original page? Just change parameter manually?

Sent from my iPhone

On Oct 1, 2008, at 8:49 PM, "Alex Diaz" <[EMAIL PROTECTED]> wrote:

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