Hi,

I am still desperately looking for a taglib that easily allows a
professional design and management of tables.  It does not have to be
datagrid.  However, it must work with servlet 2.4 (in other words Tomcat
5.5.x.

Any pointers or help would be greatly appreaciated.

Lamine.


-----Original Message-----
From: Lamine Ba [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 22, 2005 2:03 PM
To: 'Tag Libraries Users List'
Cc: 'Shi, Jackie'; [EMAIL PROTECTED]
Subject: RE: Datagrid and servlet 2.4

Hi Jackie,
Thanks for sharing your web.xml header.  I discovered that I had made a
syntax error.  I did not put the opening tag web.xml when I was using
the servlet 2.3 header as opposed to the 2.4.

Thanks,
Lamine.



-----Original Message-----
From: Lamine Ba [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 22, 2005 1:26 PM
To: 'Tag Libraries Users List'
Cc: 'Shi, Jackie'
Subject: RE: Datagrid and servlet 2.4

Jackie,

How does the header of your web.xml file look like?

Lamine.



-----Original Message-----
From: Shi, Jackie [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 22, 2005 12:56 PM
To: Tag Libraries Users List
Subject: RE: Datagrid and servlet 2.4

I recently included the datagrid taglib in my project, I had to update
my web.xml to use servlet 2.3. The datagrid works perfectly.

Will Structs work with 2.3?

Jackie



-----Original Message-----
From: Lamine Ba [mailto:[EMAIL PROTECTED] 
Sent: Friday, July 22, 2005 12:49 PM
To: 'Tag Libraries Users List'
Subject: 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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


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


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


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

Reply via email to