jeto wrote:
<s:if test="foo.contains('N')">Is it possible do to that or not. Everything I tried yet gives me a false in the test statement. Any ideas?
I'd guess it's a string v. char issue, without actually knowing what you have in your map:
http://struts.apache.org/2.x/docs/why-wont-the-if-tag-evaluate-a-one-char-string.html Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

