You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2001/11/28 11:52:59 UTC

DO NOT REPLY [Bug 5157] New: - logic:iterate attributes inconsistent with rest of struts

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: struts-dev@jakarta.apache.org
        ReportedBy: Brian.Ewins@btinternet.com


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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>