Re: [T5] Looping over strings

2007-06-10 Thread Hilco Wijbenga
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

Re: [T5] Looping over strings

2007-06-10 Thread Howard Lewis Ship
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

[T5] Looping over strings

2007-06-09 Thread Hilco Wijbenga
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