For redirecting to a URL URI: http://www.domain1.com/foo.jsf QueryString: url=http://domain2.com/?q=bar http://www.domain1.com/foo.jsf?url=http://domain2.com/?q=bar where url is param name, http://domain2.com/?q=bar is param value. How to encode the URL? I tried ExternalContext: String encodedURL = externalContext.encodeResourceURL(aURL) but the URL is not changed Thanks for help Dave
---------------------------------
Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

