Re: Could not load Map URIs

On 2 February 2013 23:41, Liang LIU wrote:

>     <!-- We load the URI -->
>     <p:load>
>         <p:with-option name="href"
> select="'http://maps.googleapis.com/maps/api/staticmap?center=New+York,NY&amp;zoom=13&amp;size=600x300&amp;key=AIzaSyDILhsIDqGXMv5qDKyCO4uVA5aZuWjNbSs&amp;sensor=false'"
> />
>     </p:load>

  Try the following instead:

    <p:http-request>
       <p:input port="source">
          <p:inline>
             <c:request
href="http://maps.googleapis.com/maps/api/staticmap?center=New+York,NY&amp;zoom=13&amp;size=600x300&amp;key=AIzaSyDILhsIDqGXMv5qDKyCO4uVA5aZuWjNbSs&amp;sensor=false"
method="get"/>
          </p:inline>
       </p:input>
    </p:http-request>

  Regards,

-- 
Florent Georges
http://fgeorges.org/
http://h2oconsulting.be/

Received on Monday, 4 February 2013 20:38:17 UTC