RE: Struts Taglib recommendations

2004-05-18 Thread Daniel Perry
r non java programmers (eg web designers, other tech ppl) find jstl easier to use than struts tags, and much easier than scriptlets :) Daniel. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Linus Nikander Sent: 18 May 2004 11:34 To: [EMAIL PROTECTED] Subject: Re: Struts

Re: Struts Taglib recommendations

2004-05-18 Thread Linus Nikander
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 level

RE: Struts Taglib recommendations

2004-05-18 Thread Daniel Perry
I started out using struts-logic, struts-html, struts-bean, but i have recently found JSTL1.1 to be a nicer alternative. So, i generally use JSTL core (with JSTL formatting, and JSTL functions where necessary) and struts-html-el for actionforms, etc. Daniel. -Original Message- From: Andr