nesting logic:equals tags

2001-05-04 Thread Richard Murray
Hi, I'm iterating over an array of Strings containing the following dummy data { "1", "2", "3", "4", "true", "6", "7"}. I want to apply the following logic: if the String is "true" or "false" display a checkbox, else display the String. I attempted to nest the tags as follows, but this does no

RE: nesting logic:equals tags

2001-05-04 Thread Richard Murray
} %> If anyone knows how to do this using the struts logic tags then let me know. Richard. -Original Message- From: Richard Murray [mailto:[EMAIL PROTECTED]] Sent: Friday, May 04, 2001 10:30 AM To: [EMAIL PROTECTED] Subject: nesting logic:equals tags Hi, I'm