Ramadoss Chinnakuzhandai wrote:
> Do I have to override all the existing jar files in my project with
those 
> new jars or override only particular jar with new jar...??? pls let me
know
> the same for dtd and tld also.

Struts depends on those other .jar files, so it's best to use the ones
that come with Struts to avoid problems.  The dtd's and tld's are inside
the .jar files, and can be discovered by newer containers.

So you might need to change things like:

 <!DOCTYPE tiles-definitions PUBLIC
       "-//Apache Software Foundation//DTD Tiles Configuration 1.1//EN"
       "http://jakarta.apache.org/struts/dtds/tiles-config_1_1.dtd";>
or
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html-el";
prefix="html-el" %>

If you are not already pointing them at the version you want.  (Thanks
for the reminder... I'm using the nightly build but still pointing at
the 1.1 dtd's!)

Does that help?  If not, tell us what container and what version of
Struts you're coming from.

-- 
Wendy Smoak
Applications Systems Analyst, Sr.
Arizona State University, PA, IRM

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

Reply via email to