> From: h wulfson [mailto:[EMAIL PROTECTED]]

> You don't need too many tags to make
> a good HTML template system. In fact
> you only need two: loops and conditionals.
> If you have to do something unusual like
> iterate through an array backwords, the
> reversal logic should be in a bean.

I mostly agree with you, but it shouldn't be too hard to add the most
common iteration options to the tag, including the infamous loop-backwards
example.  That strikes me as a much better solution in general.

And having said that, it doesn't take away from your point that there
will be occasions where the tag doesn't suffice.  Maybe adding logic to
the bean is acceptable, but it should be a rare occurrence.

Cheers,
        Richard.

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to