On Fri, Aug 29, 2008 at 9:42 AM, Alexander Klimetschek <[EMAIL PROTECTED]> wrote:
> ...b) the path is built right from the user input, so I need a nameHint > path (eg. user enters "VerĂ¼/Lon g/Path", => pathHint = "/some/VerĂ¼/Lon > g/Path" sent to server, => generated node path is > "/some/ver_/lon_g/path"); I could do this on the client-side, but I > don't want to reimplement the nameHint -> valid name conversion, it's > good to have a central place for it... We could make the path conversion function available in a servlet, you would post the user-entered path to a servlet (at /bin/namehint maybe?), and get back the converted path. -Bertrand
