Encoding to %2F does not help. (tapestry 5.0.8)

example:

t:ac=catalog%2Fsomefile

OnEvent("activate")

RECEIVED:
String[0] == "catalog";
String[1] == "somefile";

NEEDED:
String[0] == "catalog/somefile"


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to