You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-user@tomcat.apache.org by Lamine Ba <la...@hotmail.com> on 2005/07/22 18:49:13 UTC

Datagrid and servlet 2.4

Hi all,

According to the apache forum,the Datagrid tglib (from sandbox) is not
compatible with servlet 2.4.  So, in order to use the taglib, I need to
modify the header of my web.xml .

FROM::

<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
   	 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   	 xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
web-app_2_4.xsd"
    version="2.4" >

TO::

<!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application
2.2//EN"
    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">


This situation bothers me because I am using Struts.
Is there any wayto work around it?  Anybody knows if Jakarta has
provided a fix for this issue?

Thanks,
Lamine.

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-user-help@jakarta.apache.org