> > > We plan to profe right from the beginning but I am not sure how JSTL can > replace Struts tags to increase performance. I understand that in order to > display data we can use JSTL. Struts tags are required to use the framework > fully. Isn't it ? > -
I guess for some cases you do have to use Struts tags for example I dont know how to do i18n using JSTL tags. I can use s:text for that. But I suppose using Struts tags some where wouldnt hurt too much if you really run into performance issues with Struts tags