Yes I have a page with an iframe and the main page has a link to change the iframe contents passing parameters through the query string.
Thanks.

On Wed, 01 Oct 2008 14:21:17 -0400, Guy Bashan <[EMAIL PROTECTED]> wrote:

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/



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

Reply via email to