Hi As somebody else suggested JSTL may be what you want One of the most used implementation is jakarta's one (standard taglib) There are 2 versions: Standard 1.0 that works with JSP 1.2 and servlet 2.3 Standard 1.1 that works with JSP 2.0 and servlet 2.4 I've replaced almost all of struts taglibs (except html) with jstl ones.
Other taglibs that might be of interest for you are Displaytag for automatic generation of html tables, with paging and sorting CeWolf: for charts generation Jakarta String: for string manipulation etc There are many more to be used.. those are the ones I've been using most so far -----Messaggio originale----- Da: news [mailto:[EMAIL PROTECTED] Per conto di Linus Nikander Inviato: marted́ 18 maggio 2004 12.34 A: [EMAIL PROTECTED] Oggetto: Re: Struts Taglib recommendations Point taken ;) >From what I know right now we'll be using taglibs mostly to iterate and display collections of beans. There might be some logical branching ( equals, bigger than, smaller than ) involved. I've used the struts taglibs extensively but find some parts of it, beans nested several levels for example, quite tedious to work with. //Linus "Andrea M." <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] That's a pretty vague question There's plenty of taglib out there Please specify what you are looking for, cause I don't think you'll find people here writing you a comprehensive list of all of the taglibs existent :) Andrea -----Messaggio originale----- Da: news [mailto:[EMAIL PROTECTED] Per conto di Linus Nikander Inviato: marted́ 18 maggio 2004 11.08 A: [EMAIL PROTECTED] Oggetto: Struts Taglib recommendations Has anyone made a comparison of the various taglibs out there that can be used with struts ? I'm about to start working on a project and have been asked to evaluate our options. Which taglib (or combinations of different taglibs) do you use when developing ? What are the advantages of one over another (or of one combination over another)? //Linus Nikander --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]