DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5157>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5157 logic:iterate attributes inconsistent with rest of struts Summary: logic:iterate attributes inconsistent with rest of struts Product: Struts Version: 1.0 Final Platform: All OS/Version: Other Status: NEW Severity: Minor Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] the 'offset' and 'length' attrs of logic:iterate look up an attribute in the tag's pageContext. However, from using the other struts tags you'd expect this to be able to pick up on the extended property syntax, eg 'mycollection.offset', without having to explicitly place mycollection.getOffset into some scope as a bean. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>