RE: JSTL or Struts taglib: on a large project

2003-06-12 Thread John Stritzinger
Thanks for the feedback, it's been a help. We'll be using JSTL standard taglibs for the basics, like iterate and display values. Stritz ___ --- Hohlen, John C [EMAIL PROTECTED] wrote: We've been using JSTL for about 6 months now. It works great. Our developers like it much

Re: JSTL or Struts taglib: on a large project

2003-06-11 Thread Vic Cekvenich
1,000 + JSPs? I want in! (I could show you to code it faster). IMO: * JSTL should be used when ever possible! * Try to limit use of bean and logic. One JSTL issue I am not able to solve: Localization... it tends to work better using Struts tags, I have not found a great way to have it

RE: JSTL or Struts taglib: on a large project

2003-06-11 Thread Hohlen, John C
We've been using JSTL for about 6 months now. It works great. Our developers like it much better -- especially with the addition of the Expression Language. Our application hasn't gone into production yet, but it will later this year. We're a medium size team (around 15 developers). Our

RE: JSTL or Struts taglib: on a large project

2003-06-11 Thread Karr, David
-Original Message- From: Hohlen, John C [mailto:[EMAIL PROTECTED] We always try to use the JSTL tags when an equivalent Struts tag exists. We've looked at using the Struts-EL tag library. Unfortunately, that subproject has never been released with corresponding versions for Struts