On 6/10/07, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
Something in your subdirectory context value is confusing Tapestry. I think it is the colon character. Can you provide a complete URL generated by Tapestry.
<a href="/submanager/init.subdir/%2Fvar%2Fsvn%2Fconf" id="subdir">/var/svn/conf</a><br> <a href="/submanager/init.subdir/%2Fvar%2Fsvn%2Frepos" id="subdir_0">/var/svn/repos</a><br>
T5 does a simple toString() on your context values (in your case, they start as Strings anyway). This is to avoid the complexity and mangled URLs seen with T4 ... but occasionally you'll get a URL that confuses Tapestry.
So you think the '%2F' characters are the problem? Or is it the "/%2F" combination? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]