Gary Feidt wrote the following on 1/18/2006 10:32 AM:
Thanks for the quick responses, but is using JSTL with Struts the next
logical step to using just Struts?  Or is Struts going in another
direction in the future?

JSTL doesn't have much to do with Struts. It's just a standard tag library for use on any JSP page. In the past, there wasn't a defined JSTL library of tags to use so Struts provided some tags that helped out in this regard (iterate, bean:write, etc). When you use JSTL in your JSPs and you are using Struts for your framework you still are using "just Struts." You just aren't using a few of the tags on your JSP that you might have used in the past. It's not really anything major.


--
Rick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to