Hello!
uri_for seems to have some troubles with unicode.
The following template part
<tr><td>[% item.name %]</td>
<td>
<a href="[% c.uri_for('/admin',formname,'edit', item.name) %]">edit</a>
</td></tr>
result in warning
Use of uninitialized value within %URI::Escape::escapes in substitution
iterator at /usr/local/lib/perl5/site_perl/5.10.1/Catalyst.pm line 1268.
and, while displaying correct text in first column, drops every
non-ascii character in uri_for output.
Alex.
_______________________________________________
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/