Menu

#4 Problem when using querystrings

open
nobody
None
5
2003-11-14
2003-11-14
Rene Gedde
No

Hi,

When using the following construct:
<pre>
<fetch url="http://page1.html?page=1&param2=2"/>
</pre>

I get an error:
ParseException: The reference to entity "param2" must
end with the ';' delimiter.

When using the querystring attribute of the fetch
command like this:

<pre>
<definePage name="p1" url="http://page1.html"/>
<fetch page="p1"
querystring="page=1&param2=2"/>
</pre>

I get a little different error:
Error on HTTP request: 500 Internal Error
[http://page1.html?page=1?param2=2]

(notice the second question mark)

Is it possible to use querystrings with more than one
parameter at all ?

/Gedde

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.