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.
/var/svn/conf
/var/svn/repos
T5 does a simple toString() on your context valu
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.
T5 does a simple toString() on your context values (in your case, they
start as Strings anyway). This is to avoid the complexity and mang
Hi all,
I've got the following in my Init.html:
${subdirectory}
which nicely generates a list of links. The subdirectory parameter is
a string (i.e. directory.options is a List, a list of
subdirectories).
In Init.java I have
public void onActionFromSubdir(final String subdirectory) {
System