Re: Additional helper tags wanted

2002-09-06 Thread Christian Tschenett
Will the logic-taglib be "deprecated" in future? Which other struts tags can be considered as "out of date"? Chris Am Samstag, 7. September 2002 01:46 schrieb Martin Cooper: > If you're using a JSP 1.2 container (e.g. Tomcat 4.x, Resin 2.x), you can > do this (and many other cool things) using

Re: Additional helper tags wanted

2002-09-06 Thread Christian Tschenett
Hi, ... ... ...or... ... ...both variants are fine. But what about... ...makes sense? Chris Am Samstag, 7. September 2002 01:38 schrieb Kenny Smith: > I would suggest naming it so that it follows the iterator > structure. > > > <%-- is item followed > > > for (Iterator i = items.iterat

Additional helper tags wanted

2002-09-06 Thread Christian Tschenett
Hi, I am new to this list and to struts and/but I miss an additional helper tag. I think the following sample describes what I want: <%-- is item followed by another item? --%> ...is followed by... ...like... for (Iterator i = items.iterator(); i.hasNext(); ) { String item = (S