This document (http://struts.apache.org/faqs/struts-el.html) talks about the Struts-EL tag library, that is a port of some of the Struts tags to use the new JSP expression language. More relevant to your question, it has a pretty good list of those Struts tags (mostly from the bean: and logic: libraries) that provide the same functionality that is provided by the JSTL.

I would use JSTL wherever you can, but the html: library, for one, includes some pretty good Struts-specific functionality you won't find in the JSTL.

-- Jeff

Ashish Kulkarni wrote:

Hi
I am working on a project, need some suggestion on
using tag library
which do i use struts or jstl?
what is the difference , do jstl be to replace
<html:bean  ,<html:img <html:base/> tag of struts

Ashish



__________________________________ Do you Yahoo!? Yahoo! Mail - now with 250MB free storage. Learn more.
http://info.mail.yahoo.com/mail_250


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



Reply via email to