[s2] redirect and URLEncoding

2007-09-20 Thread Alex Funk
Hi, I am building a web application with Struts2 and Tomcat 5.5 as the web container. One action parameter is passed as part of the URL and may contain Unicode characters: {1} /ShowArticle.jsp The tag encodes this parameter as UTF-8, and I declared in my tomcat server.xml the matchin

Re: 'root' is not allowed as status in s:iterator?

2007-09-15 Thread Alex Funk
Dave Newton wrote: --- Alex Funk <[EMAIL PROTECTED]> wrote: Is this a bug or a feature? "root" may refer to the root of the OGNL stack, but I can't verify that at the moment. You could probably test that theory, though. Thanks for the reply, Dave. Yes, returns the valu

'root' is not allowed as status in s:iterator?

2007-09-14 Thread Alex Funk
Hi, after some debugging I found that I can't use any identifier starting with 'root' as status in s:iterator. The following code in my jsp: --- #stat.index = #root.index = #rootAtTheBeginOfIdentifier.index =