On 1/3/06, Sandhya Lakshmi <[EMAIL PROTECTED]> wrote: > I downloaded from nightly builds but it has > code(struts-el-1.3.0-dev-20060103-src.zip) and > documentation(struts-el-1.3.0-dev-20060103.zip) of the Struts EL tags > but not the libraries.
The struts-el-1.3.0-dev.jar file is there. By "libraries" do you mean the tld files? If so, they are inside the jar, but normally you don't need to extract them (except possibly to find the URIs). Try this: <%@ taglib prefix="html" uri="http://struts.apache.org/tags-html-el" %> The Taglibdoc, which shows the syntax, is here: http://struts.apache.org/struts-el/tlddoc/index.html > Eventhough on downloading the latest version of struts > 1.2.8(struts-1.2.8-lib.zip ) version I did not find the EL tag > libraries.please guide to the appropriate link. For 1.2.8, you'll want the full binary distribution (struts-1.2.8-bin.zip) instead. Then look in the "contrib/struts-el" directory for Struts EL. Please let us know if you still can't find what you need. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]