Doh!
URLEncoder.encode(value,enc)
URLDecoder.decode(value, enc)
-Original Message-
From: Hensley, Richard [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 16, 2005 11:17 AM
To: Tapestry users
Subject: [Tapestry 4.0] ServiceEncoder Question
I have a ServiceEncoder that encodes file
I have a ServiceEncoder that encodes file names into a url. In one
particular case, there is a pound sign in the file name. Pound sign is not
being encoded in anyway, so the browser thinks it is an anchored link.
This is my encoder method.
/**
* @see
org.apache.tapestry.engine.ServiceEnc