Hi,

I am trying to build some url from TT using uri_for sub but I encounter some problem with it.

When in my tt I have :
[%- ourl = Catalyst.uri_for('/search?stype=seqid&query=') -%]

when I click on it, I get an url that looks like :
search%5C%3Fstype=seqid&query=

Is there a way to get the proper url produce in the HTML page without '%5C%3F' ? I tried quoting and double quoting the url and escaping the question mark but without success.

Thanks a lot.
--
-------------------------
Emmanuel Quevillon
Biological Software and Databases Group
Institut Pasteur
+33 1 44 38 95 98
tuco at_ pasteur dot fr
-------------------------

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to