What about a filtering solution instead of begin/end?  Some sort of Eval clause?

---------------------------------
Matthew W. Heinrichs
Fax: 1(501)421-7321
cell: (612)749-1111

-----Original Message-----
From:    Matthias Kerkhoff [EMAIL PROTECTED]
Sent:    Sat, 11 Nov 2000 13:28:51 +0100
To:      [EMAIL PROTECTED]
Subject: Some thoughts on / problems with Struts (mostly tag related)

Possible solution:
I would propose three additional arguments (start, end, between), with
the following meanings:
- start
  optional value where to start iterating a collection. If not present
  start at the first element. (Probably a better name would be offset,
  regarding the naming convention of logic:iterator)
- end
  optional value where to end iterating a collection. If not present
  end at the last element. (An alternative would be to specify the
  number of iterations like iterator does.)
- between
  Optional attribute, that contains markup that should be inserted
  between two iterated items. Not inserted before the first and after
  the last element.


___________________________________________________________________________
Visit http://www.visto.com/info, your free web-based communications center.
Visto.com. Life on the Dot.

Reply via email to