Struts is intended as a framework in which you can develop your application.
It does not and cannot do everything.  Instead, the framework makes it very
easy to plug in different components.  In your particular case, I believe
just about the entire <logic> tag library is deprecated in favor of the
JSTL.  The JSTL has the iteration tag you are looking for.  You can download
an implementation of the JSTL from the Jakarta Taglibs project:

http://jakarta.apache.org/taglibs/

Matt
----- Original Message ----- 
From: "Jitesh Sinha" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Sunday, August 10, 2003 11:07 AM
Subject: Struts is incomplete


> I guess Struts development is not yet complete.
> Since one of the things Struts does is providing tag libraries...now if
> these tags cannot
> do some basic functionalities(like iteration over a constant numbers which
I
> had posted in the this mailing list),one cannot rely on it completely to
> develop his app....
> Documentation is even worse....one has to do hit and trial to understand
> what this tag will do...
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to