DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29515>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29515 EmptyTag does not worth with Arrays Summary: EmptyTag does not worth with Arrays Product: Struts Version: 1.1 Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] given that logic:iterate works with Collections or Arrays it seems wrong that the Empty / NotEmpty tags do not. Could the following code be added to the EmptyTag codition method? else if (value.getClass().isArray()){ empty = Array.getLength(value) == 0; } I searched the dev list and was unable to find a previous reference to this. I also could not find an entry in the bug database, but I may not have gotten all the options right. - Peace Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]